Apt-linker
Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Cos'è Apt-linker?
Apt-linker è un'estensione di Chrome sviluppata da Fernando Carmona Varo, e la sua funzione principale è "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apt-linker
Scarica i file di estensione Apt-linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Apt-linker |
ID | oljmaangfgmmokjpnojhfblppgeijikp |
URL Ufficiale | https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp |
Descrizione | Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages |
Dimensione del File | 36.13 KB |
Conteggio Installazioni | 1,180 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2013-10-12 |
Data di Pubblicazione | 2013-10-12 |
Valutazione | 4.63/5 Totale 56 Valutazioni |
Sviluppatore | Fernando Carmona Varo |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://userscripts.org/scripts/show/47591 |
Lingue Supportate | 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" } |