ReloadCSS

A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.

ReloadCSSとは何ですか?

ReloadCSSはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.」です。

拡張機能のスクリーンショット

screenshot

ReloadCSS拡張機能のCRXファイルをダウンロード

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