Viettel Toolbox

This add-on is implemented to capture web-page

Viettel Toolbox क्या है?

Viettel Toolbox Viettel Software Center द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This add-on is implemented to capture web-page"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Viettel Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}