T411+

Extension T411 [non officielle]

T411+ là gì?

T411+ là một tiện ích mở rộng Chrome được phát triển bởi Olivier B, và tính năng chính của nó là "Extension T411 [non officielle]".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng T411+ 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

                        T411+ est une extensions pour le site T411.
T411+ est une extensions pour le site T411. Il permet l'affichage du ratio dans la barre de tache, d'effectuer une recherche sur t411 en selectionnant le texte puis clic droit et ajoute un bouton "Télécharger" aux résultats. 
D'autres fonctionnalités sont à venir.
Dépot GitHub:
https://github.com/olivierbortolotti/t411-plus                    

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

Tên T411+ T411+
ID ngcmmnfdphkohilpliolpnnkppcppgfi
URL Chính Thức https://chromewebstore.google.com/detail/t411+/ngcmmnfdphkohilpliolpnnkppcppgfi
Mô tả Extension T411 [non officielle]
Kích Thước Tệp 25.85 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1.1.6
Cập Nhật Lần Cuối 2016-11-27
Ngày Phát Hành 2016-11-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Olivier B
Loại Thanh Toán free
Trang Web Mở Rộng https://olivierbortolotti.github.io/t411-plus/
URL Trang Trợ Giúp https://github.com/olivierbortolotti/t411-plus/issues
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T411+",
    "description": "Extension T411 [non officielle]",
    "version": "1.1.1.6",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "commun.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.t411.li\/*"
            ],
            "js": [
                "scriptcontenu.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/api.t411.li\/",
        "alarms",
        "contextMenus"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}