Reload CSS

By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…

ما هو Reload CSS؟

Reload CSS هو إضافة Chrome تم تطويرها بواسطة Ozawa Masayuki، والميزة الرئيسية لها هي "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

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

screenshot

تحميل ملف CRX للإضافة Reload CSS

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

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

                        By clicking icon, this extension reloads only the CSS files loaded in the active tab.
Can also reload CSS files within iframe.
Minimum resource usage (only activated when the extension's icon was clicked).
Open sourced.                    

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

الاسم Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
عنوان URL الرسمي https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
الوصف By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
حجم الملف 7.48 KB
عدد التثبيتات 2,509
النسخة الحالية 1.0.1
آخر تحديث 2020-11-22
تاريخ النشر 2018-09-27
تقييم 5.00/5 مجموع تقييمات 3
المطور Ozawa Masayuki
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ozami/reload-css
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload CSS",
    "description": "",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}