T411+
Extension T411 [non officielle]
什麼是T411+?
T411+是由Olivier B開發的Chrome擴展程式,該擴展的主要功能是“Extension T411 [non officielle]”。
擴展截圖
下載T411+擴展crx文件
下載T411+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | T411+ |
ID | ngcmmnfdphkohilpliolpnnkppcppgfi |
官方網址 | https://chromewebstore.google.com/detail/t411+/ngcmmnfdphkohilpliolpnnkppcppgfi |
簡介 | Extension T411 [non officielle] |
檔案大小 | 25.85 KB |
安裝次數 | 18 |
目前版本 | 1.1.1.6 |
更新時間 | 2016-11-27 |
上架時間 | 2016-11-27 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Olivier B |
付費類型 | free |
擴展官網 | https://olivierbortolotti.github.io/t411-plus/ |
說明頁面URL | https://github.com/olivierbortolotti/t411-plus/issues |
支援的語言 | 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" } } |