Rich URL for Chrome

work with information in a format that suits you best

Variables and their transformations

An example of using variables in a copy description

An example of using variables in a copy description

The following variables can be used in the extension actions:

To go to the variable setting (in the process of creating/editing an action), just double click on it.

Page URL

When using a page address, the following page transformations are available:

  1. unicode – conversion of unicode characters into readable text (when instead of a https://uk.wikipedia.org/wiki/%D0%A3%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D0%B0 we get a https://uk.wikipedia.org/wiki/Україна);
  2. clear – removal of marketing and other service marks;
  3. add – adding to the URL of the page its own parameters, which can be useful, for example, when preparing links for partner programs;
  4. bitly, isgd, clck – shortening the address with one of the services bit.ly, is.gd, clck.ru.
Page address conversion

Page address conversion

Examples of how the description of a variable and its transformation looks like:

  • {{ url }} – the page address will be used in its original form;
  • {{ url | bitly }} – before use, the page address will be shortened using the service bit.ly;
  • {{ url | clear | bitly }} – marketing tags will be removed from the address and then it will be shortened using the service bit.ly.

Page Title

For the title of the page, it is possible to reduce its length to the desired number of characters, specifying a placeholder for the trimmed part (the default is three dots).

Page title conversion

Page title conversion

Examples:

  • {{ title }} – the title of the page will be used in its original form;
  • {{ title | limit:50 }} – the title will be reduced to 50 characters with a three-dot at the end.

Page Text

Для текста страницы, как и для заглавия, доступна возможность сокращения длины текста до нужного количества символов.

For the text of the page, as for the title, you can reduce the length of the text to the required number of characters.

Page text conversion features

Page text conversion features

Selected Text

For a variable {{ selected }}, you can:

  1. Specify what will be used if there is no selected text on the page at the time of action (available: page address, page title, full text of the page).
  2. Delete line breaks in the selected fragment. Useful, for example, when you select a small text fragment on the border of two paragraphs.
  3. Reduce the length of the selected fragment to the required number of characters.
Using selected text on a page

Using selected text on a page

Examples:

  • {{ selected }} – selected fragment or page title, there is nothing selected on the page;
  • {{ selected ?? url }} – if there is no selection on the page, the page address will be used;
  • {{ selected ?? url | rmbr }} – line breaks will be removed from the selected fragment (ReMove BReaks)

Current date/time

Using the current date and time

Using the current date and time

Examples:

  • {{ dt }} – current date and time according to your browser settings;
  • {{ dt:date }} – date only;
  • {{ dt:time }} – time only;
  • {{ dt:MM/DD/YYYY (dddd):en-us }} – date in a given format 07/07/2019 (Sunday).
comments powered by Disqus