Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Что такое Mini URL - The URL shortener?

Mini URL - The URL shortener - это расширение Chrome, разработанное miniurl2016, и его основная функция - "Shortens the current url and copies it to clipboard".

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

screenshot

Скачать файл CRX расширения Mini URL - The URL shortener

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

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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

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

Название Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
Официальный URL https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Описание Shortens the current url and copies it to clipboard
Размер файла 850 KB
Количество установок 170
Текущая Версия 1.1
Последнее Обновление 2016-02-26
Дата публикации 2016-02-26
Рейтинг 4.50/5 Всего 8 оценок
Разработчик miniurl2016
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}