Apt-linker
Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Co je Apt-linker?
Apt-linker je rozšíření Chrome vyvinuté Fernando Carmona Varo, a jeho hlavní funkcí je „Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Apt-linker
Stáhněte si soubory rozšíření Apt-linker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Apt-linker |
ID | oljmaangfgmmokjpnojhfblppgeijikp |
Oficiální URL | https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp |
Popis | Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages |
Velikost souboru | 36.13 KB |
Počet instalací | 1,180 |
Aktuální Verze | 1.3.1 |
Poslední Aktualizace | 2013-10-12 |
Datum Vydání | 2013-10-12 |
Hodnocení | 4.63/5 Celkem 56 Hodnocení |
Vývojář | Fernando Carmona Varo |
Typ Platby | free |
Webové stránky Rozšíření | http://userscripts.org/scripts/show/47591 |
Podporované Jazyky | 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" } |