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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    }
}