Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Что такое Shortest URL Shortener?

Shortest URL Shortener - это расширение Chrome, разработанное https://mediaworx.com, и его основная функция - "Shortest URL Shortener - created von Marketingradar.de".

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

screenshot

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

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

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

                        This is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. 

It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!                    

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

Название Shortest URL Shortener Shortest URL Shortener
ID kocefagidbbcdghmdnhndemdjpjjdngj
Официальный URL https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj
Описание Shortest URL Shortener - created von Marketingradar.de
Размер файла 13.13 KB
Количество установок 76
Текущая Версия 0.3
Последнее Обновление 2018-12-14
Дата публикации 2018-12-13
Разработчик https://mediaworx.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mediaworx.com
URL страницы помощи https://marketingradar.de
Поддерживаемые языки en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "description": "Shortest URL Shortener - created von Marketingradar.de",
    "homepage_url": "https:\/\/marketingradar.de",
    "short_name": "Shortest URL Shortener",
    "author": "Evgeniy Orlov, [email protected]",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Shortest URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/v.gd\/*",
        "https:\/\/v.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}