ReSTYLE

ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…

Hvad er ReSTYLE?

ReSTYLE er en Chrome-udvidelse udviklet af https://graberzz.github.io/restyle, og dens hovedfunktion er "ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download ReSTYLE-udvidelses-CRX-fil

Download ReSTYLE-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

                        ReSTYLE

Easy way to customize your web pages

Change the appearance of your favorite web pages as you need

  Modern UI - Inspired by Google's Material Design
  Easy access to key features - Change styles using the most popular properties, such as text, color, etc.
  Save your styles - Keep the styles that you've created forever.                    

Grundlæggende oplysninger om udvidelsen

Navn ReSTYLE ReSTYLE
ID jofgmocgepahhifccembmdpehpbcccgo
Officiel URL https://chromewebstore.google.com/detail/restyle/jofgmocgepahhifccembmdpehpbcccgo
Beskrivelse ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…
Filstørrelse 1.84 MB
Antal Installationer 74
Nuværende Version 2.0
Senest Opdateret 2018-06-15
Udgivelsesdato 2018-06-15
Udvikler https://graberzz.github.io/restyle
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReSTYLE",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/ReSTYLE_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "38": "icons\/ReSTYLE_38.png",
        "256": "icons\/ReSTYLE_256.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}