ReSTYLE

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

O que é ReSTYLE?

ReSTYLE é uma extensão do Chrome desenvolvida por https://graberzz.github.io/restyle, e sua principal característica é "ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ReSTYLE

Baixe arquivos de extensão ReSTYLE no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ReSTYLE ReSTYLE
ID jofgmocgepahhifccembmdpehpbcccgo
URL Oficial https://chromewebstore.google.com/detail/restyle/jofgmocgepahhifccembmdpehpbcccgo
Descrição ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…
Tamanho do Arquivo 1.84 MB
Contagem de Instalações 74
Versão Atual 2.0
Última Atualização 2018-06-15
Data de Publicação 2018-06-15
Desenvolvedor https://graberzz.github.io/restyle
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}