Reload CSS

By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…

Cos'è Reload CSS?

Reload CSS è un'estensione di Chrome sviluppata da Ozawa Masayuki, e la sua funzione principale è "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reload CSS

Scarica i file di estensione Reload CSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
URL Ufficiale https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Descrizione By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Dimensione del File 7.48 KB
Conteggio Installazioni 2,509
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-11-22
Data di Pubblicazione 2018-09-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ozawa Masayuki
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ozami/reload-css
Lingue Supportate 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"
        }
    }
}