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

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

                        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"
        }
    }
}