4p's URL Expander

Right click a shortened link and expand it

Что такое 4p's URL Expander?

4p's URL Expander - это расширение Chrome, разработанное 4p, и его основная функция - "Right click a shortened link and expand it".

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

screenshot

Скачать файл CRX расширения 4p's URL Expander

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

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

                        This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.

This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.

Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.

Limited to 100 "expands" per hour.                    

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

Название 4p's URL Expander 4p's URL Expander
ID gldfamiablnblfgmflmlcbmimckdnlpj
Официальный URL https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj
Описание Right click a shortened link and expand it
Размер файла 7.08 KB
Количество установок 79
Текущая Версия 0.0.1
Последнее Обновление 2017-06-30
Дата публикации 2017-06-30
Разработчик 4p
Тип оплаты free
Официальный сайт расширения http://expandurl.com/
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4p's URL Expander",
    "description": "Right click a shortened link and expand it",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js"
        ]
    },
    "manifest_version": 2
}