Viettel Toolbox

This add-on is implemented to capture web-page

What is Viettel Toolbox?

Viettel Toolbox is a Chrome extension developed by Viettel Software Center, and its main feature is "This add-on is implemented to capture web-page".

Download Viettel Toolbox Extension CRX File

Download Viettel Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Viettel Toolbox Viettel Toolbox
ID omehhfeofcbjclpaaokhlafmjidkjleo
Official URL https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo
Description This add-on is implemented to capture web-page
File Size 738 KB
Installation Count 97
Current Version 1.0.2
Last Updated 2017-06-16
Publish Date 2017-06-16
Developer Viettel Software Center
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}