Viettel Toolbox

This add-on is implemented to capture web-page

Viettel Toolboxคืออะไร?

Viettel Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viettel Software Center และคุณลักษณะหลักของมันคือ "This add-on is implemented to capture web-page"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viettel Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}