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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}