Stackview

Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…

ما هو Stackview؟

Stackview هو إضافة Chrome تم تطويرها بواسطة ididrio، والميزة الرئيسية لها هي "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Stackview

قم بتنزيل ملفات الامتداد Stackview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to blue if the data is available for that site.                    

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

الاسم Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
الوصف Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
حجم الملف 47.07 KB
عدد التثبيتات 245
النسخة الحالية 1.0
آخر تحديث 2017-11-12
تاريخ النشر 2017-11-12
تقييم 3.00/5 مجموع تقييمات 4
المطور ididrio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stackview",
    "version": "1.0",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persist": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/iconblue48.png",
        "128": ".\/images\/iconblue128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.2.1.min.js",
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Stackview"
    }
}