Apt-linker

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

Co to jest Apt-linker?

Apt-linker to rozszerzenie Chrome opracowane przez Fernando Carmona Varo, a jego główną funkcją jest „Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Apt-linker

Pobierz pliki rozszerzeń Apt-linker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
Oficjalny URL https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Opis Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Rozmiar pliku 36.13 KB
Liczba instalacji 1,180
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2013-10-12
Data Publikacji 2013-10-12
Ocena 4.63/5 Łącznie 56 Oceny
Deweloper Fernando Carmona Varo
Typ Płatności free
Strona Rozszerzenia http://userscripts.org/scripts/show/47591
Obsługiwane Języki 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"
}