Show CSS Outline Style

Show the outline of all the elements that exist on the page.

ما هو Show CSS Outline Style؟

Show CSS Outline Style هو إضافة Chrome تم تطويرها بواسطة https://blog.mitsuruog.info، والميزة الرئيسية لها هي "Show the outline of all the elements that exist on the page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Show CSS Outline Style

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

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

                        Show the outline of all the elements that exist on the page.                    

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

الاسم Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
الوصف Show the outline of all the elements that exist on the page.
حجم الملف 18.41 KB
عدد التثبيتات 366
النسخة الحالية 0.1.2
آخر تحديث 2021-11-26
تاريخ النشر 2020-06-25
تقييم 5.00/5 مجموع تقييمات 2
المطور https://blog.mitsuruog.info
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mitsuruog/show-css-outline-style
عنوان صفحة المساعدة https://github.com/mitsuruog/show-css-outline-style/issues
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}