Reload CSS

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

Hvad er Reload CSS?

Reload CSS er en Chrome-udvidelse udviklet af Ozawa Masayuki, og dens hovedfunktion er "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Udvidelsesskærmbilleder

screenshot

Download Reload CSS-udvidelses-CRX-fil

Download Reload CSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
Officiel URL https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Beskrivelse By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Filstørrelse 7.48 KB
Antal Installationer 2,509
Nuværende Version 1.0.1
Senest Opdateret 2020-11-22
Udgivelsesdato 2018-09-27
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Ozawa Masayuki
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ozami/reload-css
Understøttede Sprog 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"
        }
    }
}