Apt-linker

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

Vad är Apt-linker?

Apt-linker är en Chrome-tillägg utvecklad av Fernando Carmona Varo, och dess huvudfunktion är "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".

Tilläggsskärmbilder

screenshot

Ladda ner Apt-linker-förlängningens CRX-fil

Ladda ner Apt-linker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
Officiell webbadress https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Beskrivning Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Filstorlek 36.13 KB
Antal Installationer 1,180
Aktuell Version 1.3.1
Senast Uppdaterad 2013-10-12
Publiceringsdatum 2013-10-12
Betyg 4.63/5 Totalt 56 Betyg
Utvecklare Fernando Carmona Varo
Betalningssätt free
Tilläggswebbplats http://userscripts.org/scripts/show/47591
Stödda Språk 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"
}