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 là gì?

Stackview là một tiện ích mở rộng Chrome được phát triển bởi ididrio, và tính năng chính của nó là "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stackview

Tải xuống các tệp mở rộng Stackview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Chính Thức https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Mô tả Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Kích Thước Tệp 47.07 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-11-12
Ngày Phát Hành 2017-11-12
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ididrio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}