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
官方網址 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"
}