Apt-linker

Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages

Что такое Apt-linker?

Apt-linker - это расширение Chrome, разработанное Fernando Carmona Varo, и его основная функция - "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".

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

screenshot

Скачать файл CRX расширения Apt-linker

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

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

                        This extension is intended to ease the life of Ubuntu/Debian users who browse the Internet searching for software, tutorials, etc.

Apt: urls are a way to install packages by using a protocol handler to read the list of packages to install.

This extension will turn lines of text describing commands for installation into clickable links that allow you to install the packages with just 2 clicks.

More info about AptUrl can be found here: https://help.ubuntu.com/community/AptURL                    

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

Название Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
Официальный URL https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Описание Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Размер файла 36.13 KB
Количество установок 1,180
Текущая Версия 1.3.1
Последнее Обновление 2013-10-12
Дата публикации 2013-10-12
Рейтинг 4.63/5 Всего 56 оценок
Разработчик Fernando Carmona Varo
Тип оплаты free
Официальный сайт расширения http://userscripts.org/scripts/show/47591
Поддерживаемые языки en,es
manifest.json
{
    "manifest_version": 2,
    "name": "Apt-linker",
    "version": "1.3.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}