css scanner

The fastest, cleanest free css property viewer.

ما هو css scanner؟

css scanner هو إضافة Chrome تم تطويرها بواسطة tldralgos، والميزة الرئيسية لها هي "The fastest, cleanest free css property viewer.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة css scanner

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

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

                        The cleanest. easiest way to view, copy, and export css.

css scanner 4.0: is the fastest free way to inspect css. Ditch Inspect element forever for this cleaner UI. Visualize the css of any element and copy its entire css rules with a single click.

Shortcuts: 
- Ctrl+Shift+S: Activate Extension
- Alt+Shift+S: Pause/Continue
- Ctrl+Shift+X: Toggle Grid
- Spacebar: Pin the current block
- ESC Key: Close the Extension

This extension is free so support our small team of developers working on it:
https://www.buymeacoffee.com/tldralgos

If you have any feature requests or improvements you'd like to see, please let us know!                    

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

الاسم css scanner css scanner
ID ammlkccachoinkdojonhojkdojgniaki
عنوان URL الرسمي https://chromewebstore.google.com/detail/css-scanner/ammlkccachoinkdojonhojkdojgniaki
الوصف The fastest, cleanest free css property viewer.
حجم الملف 339 KB
عدد التثبيتات 1,000
النسخة الحالية 4.0
آخر تحديث 2023-03-18
تاريخ النشر 2023-03-18
تقييم 4.75/5 مجموع تقييمات 4
المطور tldralgos
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "css scanner",
    "manifest_version": 3,
    "version": "4.0",
    "description": "The fastest, cleanest free css property viewer.",
    "icons": {
        "16": "img\/logo16.png",
        "24": "img\/logo24.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/cssviewer.css"
            ],
            "js": [
                "js\/cssviewer.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo16.png",
        "default_title": "Click to Run css scanner"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/trash.svg",
                "img\/copy.svg",
                "img\/code.svg",
                "img\/size.svg",
                "img\/font.svg",
                "img\/close.svg",
                "img\/options.svg",
                "img\/pause.svg",
                "img\/play.svg",
                "img\/arrow_down.svg",
                "img\/lightning.svg",
                "img\/logo128.png",
                "img\/bmc-button.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}