Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

Что такое Simple URL Extender?

Simple URL Extender - это расширение Chrome, разработанное kennethdevel, и его основная функция - "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

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

screenshot
screenshot

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

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

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

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

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

Название Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
Официальный URL https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Описание Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Размер файла 7.83 KB
Количество установок 167
Текущая Версия 2.0
Последнее Обновление 2016-06-11
Дата публикации 2016-06-11
Рейтинг 3.60/5 Всего 5 оценок
Разработчик kennethdevel
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://9inchurl.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}