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 Viettel Toolbox
ID omehhfeofcbjclpaaokhlafmjidkjleo
官方URL 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",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}