Apt-linker
Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Wat is Apt-linker?
Apt-linker is een Chrome-extensie ontwikkeld door Fernando Carmona Varo, en de belangrijkste functie is "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".
Extensie Screenshots
Download het CRX-bestand van de extensie Apt-linker
Download Apt-linker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Apt-linker |
ID | oljmaangfgmmokjpnojhfblppgeijikp |
Officiële URL | https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp |
Beschrijving | Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages |
Bestandsgrootte | 36.13 KB |
Aantal Installaties | 1,180 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2013-10-12 |
Publicatiedatum | 2013-10-12 |
Beoordeling | 4.63/5 Totaal 56 Beoordelingen |
Ontwikkelaar | Fernando Carmona Varo |
Betalingswijze | free |
Extensiewebsite | http://userscripts.org/scripts/show/47591 |
Ondersteunde Talen | 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" } |