rURL

Copy the relative URL to clipboard.

Что такое rURL?

rURL - это расширение Chrome, разработанное https://doeken.org, и его основная функция - "Copy the relative URL to clipboard.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения rURL

Скачайте файлы расширений rURL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Making content updates on a website can be a real pain when you are working with links. You want to use relative links, but it can be annoying to have to select that part, copy it, and then paste it in your editor / CMS. 

Install this extension, go to a page and click the button. The relative part of the url has been copied to your clipboard and you can paste it directly in your editor / CMS. 

No more hassle of precisely selecting. Point, click, paste. It's that easy.                    

Основная информация о расширении

Название rURL rURL
ID lgkbcnabknojommeiggfgjhjdljgdkbb
Официальный URL https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb
Описание Copy the relative URL to clipboard.
Размер файла 5.86 KB
Количество установок 36
Текущая Версия 1.0
Последнее Обновление 2014-01-07
Дата публикации 2014-01-07
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://doeken.org
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rURL",
    "description": "Copy the relative URL to clipboard.",
    "version": "1.0",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "rUrl_48px.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Copy relative URL"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "homepage_url": "http:\/\/doeken.org",
    "offline_enabled": true
}