ReloadCSS

A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.

ما هو ReloadCSS؟

ReloadCSS هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".

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

screenshot

تحميل ملف CRX للإضافة ReloadCSS

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

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

                                            

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

الاسم ReloadCSS ReloadCSS
ID hmkmcemeeilchgfndjepenkkfcfacpnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp
الوصف A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
حجم الملف 11.33 KB
عدد التثبيتات 65
النسخة الحالية 1.0
آخر تحديث 2014-06-30
تاريخ النشر 2014-06-30
تقييم 4.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
موقع الإضافة http://cornellcampbell.com/extensions/posts/5/reloadcss/
عنوان صفحة المساعدة http://cornellcampbell.com/extensions/posts/5/reloadcss/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReloadCSS",
    "description": "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/Icon-19.png",
            "38": "icons\/Icon-38.png"
        },
        "default_title": "ReloadCSS"
    },
    "icons": {
        "128": "icons\/Icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}