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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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/
URL หน้าช่วยเหลือ 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"
    ]
}