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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apt-linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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