Apt-linker

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

Apt-linkerคืออะไร?

Apt-linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando Carmona Varo และคุณลักษณะหลักของมันคือ "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apt-linker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}