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"
}