Reload CSS

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

Wat is Reload CSS?

Reload CSS is een Chrome-extensie ontwikkeld door Ozawa Masayuki, en de belangrijkste functie is "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reload CSS

Download Reload CSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
Officiële URL https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Beschrijving By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Bestandsgrootte 7.48 KB
Aantal Installaties 2,509
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-11-22
Publicatiedatum 2018-09-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ozawa Masayuki
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ozami/reload-css
Ondersteunde Talen 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"
        }
    }
}