Apt-linker

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

Was ist Apt-linker?

Apt-linker ist eine Chrome-Erweiterung, die von Fernando Carmona Varo entwickelt wurde, und ihr Hauptmerkmal ist "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".

Erweiterungsscreenshots

screenshot

Apt-linker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Apt-linker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
Offizielle URL https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Beschreibung Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Dateigröße 36.13 KB
Installationsanzahl 1,180
Aktuelle Version 1.3.1
Letztes Update 2013-10-12
Veröffentlichungsdatum 2013-10-12
Bewertung 4.63/5 Insgesamt 56 Bewertungen
Entwickler Fernando Carmona Varo
Zahlungsart free
Erweiterungswebsite http://userscripts.org/scripts/show/47591
Unterstützte Sprachen 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"
}