CSS Reloader (fixed)
CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
什麼是CSS Reloader (fixed)?
CSS Reloader (fixed)是由KhodeN開發的Chrome擴展程式,該擴展的主要功能是“CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.”。
下載CSS Reloader (fixed)擴展crx文件
下載CSS Reloader (fixed)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.
擴展基本資訊
名稱 | |
ID | fkbenfjedcbdpmkgbmbliahhmohamdlj |
官方網址 | https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj |
簡介 | CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself. |
檔案大小 | 85.38 KB |
安裝次數 | 304 |
目前版本 | 1.1.2 |
更新時間 | 2016-08-03 |
上架時間 | 2016-08-03 |
評分 | 1.00/5 共 4 次評分 |
開發者 | KhodeN |
付費類型 | free |
擴展官網 | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
說明頁面URL | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.htm" }, "content_scripts": [ { "js": [ "cssreloader.content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "256": "icons\/icon_256.png", "48": "icons\/icon_48.png" }, "name": "CSS Reloader (fixed)", "options_page": "options.htm", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs" ], "version": "1.1.2" } |