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.…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } } |