Stylesheet Count

Count of the number of Style Sheet tags on the current page

Stylesheet Count là gì?

Stylesheet Count là một tiện ích mở rộng Chrome được phát triển bởi jeremyfine365, và tính năng chính của nó là "Count of the number of Style Sheet tags on the current page".

Ả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 Stylesheet Count

Tải xuống các tệp mở rộng Stylesheet Count 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

                        Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.                    

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

Tên Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
URL Chính Thức https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Mô tả Count of the number of Style Sheet tags on the current page
Kích Thước Tệp 43.27 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-04-01
Ngày Phát Hành 2014-04-01
Đánh Giá 1.40/5 Tổng số 30 Đánh Giá
Nhà Phát Triển jeremyfine365
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Stylesheet Count",
    "description": "Count of the number of Style Sheet tags on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stylesheet Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}