CSS Reloader (fixed)

CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.

O que é CSS Reloader (fixed)?

CSS Reloader (fixed) é uma extensão do Chrome desenvolvida por KhodeN, e sua principal característica é "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".

Baixar o arquivo CRX da Extensão CSS Reloader (fixed)

Baixe arquivos de extensão CSS Reloader (fixed) 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

                        This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.                    

Informações Básicas da Extensão

Nome CSS Reloader (fixed) CSS Reloader (fixed)
ID fkbenfjedcbdpmkgbmbliahhmohamdlj
URL Oficial https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj
Descrição CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
Tamanho do Arquivo 85.38 KB
Contagem de Instalações 304
Versão Atual 1.1.2
Última Atualização 2016-08-03
Data de Publicação 2016-08-03
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor KhodeN
Tipo de Pagamento free
Site da Extensão https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
URL da Página de Ajuda https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "cssreloader.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "256": "icons\/icon_256.png",
        "48": "icons\/icon_48.png"
    },
    "name": "CSS Reloader (fixed)",
    "options_page": "options.htm",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "version": "1.1.2"
}