Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Что такое Shortlink Extender?

Shortlink Extender - это расширение Chrome, разработанное Stuart Davidson, и его основная функция - "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

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

screenshot
screenshot

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

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

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

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

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

Название Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Официальный URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Описание A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Размер файла 7.82 KB
Количество установок 128
Текущая Версия 0.5
Последнее Обновление 2017-08-06
Дата публикации 2017-08-06
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Stuart Davidson
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.stuartd.co.uk/
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}