Restyler

A devtool extension for easy restyling of any webpage

Qu'est-ce que Restyler ?

Restyler est une extension Chrome développée par asimen1, et sa fonction principale est "A devtool extension for easy restyling of any webpage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Restyler

Téléchargez les fichiers d'extension Restyler 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

                        Restyler lets you change the appearance of any webpage with an easy to use interface.
Ongoing changes in the page are automatically observed so new styling is always taken into account.

Perfect for testing out design changes or rebranding on an existing page!

★ Modify any CSS attribute value such as font, color, margins, etc...
★ Apply styling rule to all elements in the page or to a specific set (using selectors).
★ Edit any text content in the page.
★ Share your styling rules as a config or export to CSS.                    

Informations de Base sur l'Extension

Nom Restyler Restyler
ID ofkkcnbmhaodoaehikkibjanliaeffel
URL Officiel https://chromewebstore.google.com/detail/restyler/ofkkcnbmhaodoaehikkibjanliaeffel
Description A devtool extension for easy restyling of any webpage
Taille du Fichier 1.13 MB
Nombre d'Installations 522
Version Actuelle 1.2.1
Dernière Mise à Jour 2019-06-24
Date de Publication 2019-06-24
Évaluation 4.79/5 Total 14 Évaluations
Développeur asimen1
Type de Paiement free
Site Web de l'Extension https://github.com/asimen1/restyler
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restyler",
    "description": "A devtool extension for easy restyling of any webpage",
    "version": "1.2.1",
    "minimum_chrome_version": "30.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "devtools_page": "html\/devtool\/devtoolLoader.html",
    "background": {
        "scripts": [
            "js\/background\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "stylesheets\/content_scripts\/content_script.css"
            ],
            "js": [
                "js\/content_scripts\/vendor\/jquery-3.1.0.js",
                "js\/content_scripts\/core\/restyler.min.js",
                "js\/content_scripts\/content_script.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "tabs"
    ]
}