Viettel Toolbox
This add-on is implemented to capture web-page
什麼是Viettel Toolbox?
Viettel Toolbox是由Viettel Software Center開發的Chrome擴展程式,該擴展的主要功能是“This add-on is implemented to capture web-page”。
下載Viettel Toolbox擴展crx文件
下載Viettel Toolbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Viettel Toolbox |
ID | omehhfeofcbjclpaaokhlafmjidkjleo |
官方網址 | https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo |
簡介 | This add-on is implemented to capture web-page |
檔案大小 | 738 KB |
安裝次數 | 97 |
目前版本 | 1.0.2 |
更新時間 | 2017-06-16 |
上架時間 | 2017-06-16 |
開發者 | Viettel Software Center |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viettel Toolbox", "version": "1.0.2", "manifest_version": 2, "description": "This add-on is implemented to capture web-page", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "activeTab", "tabCapture", "downloads", " |