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是由Ozawa Masayuki開發的Chrome擴展程式,該擴展的主要功能是“By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…”。

擴展截圖

screenshot

下載Reload CSS擴展crx文件

下載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
官方網址 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"
        }
    }
}