Apt-linker

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

什么是Apt-linker?

Apt-linker是由Fernando Carmona Varo开发的Chrome扩展程序,该扩展的主要功能是“Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages”。

扩展截图

screenshot

下载Apt-linker扩展crx文件

下载Apt-linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
官方URL https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
简介 Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
文件大小 36.13 KB
安装次数 1,180
当前版本 1.3.1
更新时间 2013-10-12
上架时间 2013-10-12
评分 4.63/5 共56次评分
开发者 Fernando Carmona Varo
付费类型 free
扩展官网 http://userscripts.org/scripts/show/47591
支持的语言 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"
}