Reload CSS

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

Was ist Reload CSS?

Reload CSS ist eine Chrome-Erweiterung, die von Ozawa Masayuki entwickelt wurde, und ihr Hauptmerkmal ist "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Erweiterungsscreenshots

screenshot

Reload CSS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reload CSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
Offizielle URL https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Beschreibung By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Dateigröße 7.48 KB
Installationsanzahl 2,509
Aktuelle Version 1.0.1
Letztes Update 2020-11-22
Veröffentlichungsdatum 2018-09-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Ozawa Masayuki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ozami/reload-css
Unterstützte Sprachen 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"
        }
    }
}