Viettel Toolbox

This add-on is implemented to capture web-page

Co je Viettel Toolbox?

Viettel Toolbox je rozšíření Chrome vyvinuté Viettel Software Center, a jeho hlavní funkcí je „This add-on is implemented to capture web-page“.

Stáhnout soubor CRX rozšíření Viettel Toolbox

Stáhněte si soubory rozšíření Viettel Toolbox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Viettel Toolbox Viettel Toolbox
ID omehhfeofcbjclpaaokhlafmjidkjleo
Oficiální URL https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo
Popis This add-on is implemented to capture web-page
Velikost souboru 738 KB
Počet instalací 97
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-06-16
Datum Vydání 2017-06-16
Vývojář Viettel Software Center
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}