Apt-linker

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

Apt-linker là gì?

Apt-linker là một tiện ích mở rộng Chrome được phát triển bởi Fernando Carmona Varo, và tính năng chính của nó là "Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apt-linker

Tải xuống các tệp mở rộng Apt-linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apt-linker Apt-linker
ID oljmaangfgmmokjpnojhfblppgeijikp
URL Chính Thức https://chromewebstore.google.com/detail/apt-linker/oljmaangfgmmokjpnojhfblppgeijikp
Mô tả Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages
Kích Thước Tệp 36.13 KB
Số Lần Cài Đặt 1,180
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2013-10-12
Ngày Phát Hành 2013-10-12
Đánh Giá 4.63/5 Tổng số 56 Đánh Giá
Nhà Phát Triển Fernando Carmona Varo
Loại Thanh Toán free
Trang Web Mở Rộng http://userscripts.org/scripts/show/47591
Ngôn Ngữ Được Hỗ Trợ 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"
}