Stylesheet Count

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

ما هو Stylesheet Count؟

Stylesheet Count هو إضافة Chrome تم تطويرها بواسطة jeremyfine365، والميزة الرئيسية لها هي "Count of the number of Style Sheet tags on the current page".

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

screenshot

تحميل ملف CRX للإضافة Stylesheet Count

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

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

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

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

الاسم Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
الوصف Count of the number of Style Sheet tags on the current page
حجم الملف 43.27 KB
عدد التثبيتات 10,000
النسخة الحالية 0.1
آخر تحديث 2014-04-01
تاريخ النشر 2014-04-01
تقييم 1.40/5 مجموع تقييمات 30
المطور jeremyfine365
نوع الدفع free
اللغات المدعومة 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
}