TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

Что такое TinyURL Maker?

TinyURL Maker - это расширение Chrome, разработанное Liquid Rock, и его основная функция - "Creates a brand new TinyURL for the current tab that you are on!".

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

screenshot

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

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

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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

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

Название TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
Официальный URL https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Описание Creates a brand new TinyURL for the current tab that you are on!
Размер файла 10.93 KB
Количество установок 6,000
Текущая Версия 2.0.1
Последнее Обновление 2019-02-01
Дата публикации 2019-02-01
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Liquid Rock
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}