ReSTYLE

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

Vad är ReSTYLE?

ReSTYLE är en Chrome-tillägg utvecklad av https://graberzz.github.io/restyle, och dess huvudfunktion är "ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ReSTYLE-förlängningens CRX-fil

Ladda ner ReSTYLE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ReSTYLE ReSTYLE
ID jofgmocgepahhifccembmdpehpbcccgo
Officiell webbadress https://chromewebstore.google.com/detail/restyle/jofgmocgepahhifccembmdpehpbcccgo
Beskrivning ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…
Filstorlek 1.84 MB
Antal Installationer 74
Aktuell Version 2.0
Senast Uppdaterad 2018-06-15
Publiceringsdatum 2018-06-15
Utvecklare https://graberzz.github.io/restyle
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}