Viettel Toolbox

This add-on is implemented to capture web-page

Apa itu Viettel Toolbox?

Viettel Toolbox adalah ekstensi Chrome yang dikembangkan oleh Viettel Software Center, dan fitur utamanya adalah "This add-on is implemented to capture web-page".

Unduh Berkas CRX Ekstensi Viettel Toolbox

Unduh file ekstensi Viettel Toolbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Viettel Toolbox Viettel Toolbox
ID omehhfeofcbjclpaaokhlafmjidkjleo
URL Resmi https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo
Deskripsi This add-on is implemented to capture web-page
Ukuran File 738 KB
Jumlah Instalasi 97
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-06-16
Tanggal Publikasi 2017-06-16
Pengembang Viettel Software Center
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}