Apt-linker

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

O que é Apt-linker?

Apt-linker é uma extensão do Chrome desenvolvida por Fernando Carmona Varo, e sua principal característica é "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Apt-linker

Baixe arquivos de extensão Apt-linker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
URL Oficial https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Descrição Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Tamanho do Arquivo 36.13 KB
Contagem de Instalações 1,180
Versão Atual 1.3.1
Última Atualização 2013-10-12
Data de Publicação 2013-10-12
Classificação 4.63/5 Total de 56 Avaliações
Desenvolvedor Fernando Carmona Varo
Tipo de Pagamento free
Site da Extensão http://userscripts.org/scripts/show/47591
Idiomas Suportados 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"
}