Reload CSS

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

Qu'est-ce que Reload CSS ?

Reload CSS est une extension Chrome développée par Ozawa Masayuki, et sa fonction principale est "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reload CSS

Téléchargez les fichiers d'extension Reload CSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
URL Officiel https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Description By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Taille du Fichier 7.48 KB
Nombre d'Installations 2,509
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-11-22
Date de Publication 2018-09-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur Ozawa Masayuki
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ozami/reload-css
Langues Prises en Charge 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"
        }
    }
}