Site Labeler

Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site

O que é Site Labeler?

Site Labeler é uma extensão do Chrome desenvolvida por Gabriel Gonzalez, e sua principal característica é "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Site Labeler

Baixe arquivos de extensão Site Labeler 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

                        Chrome extension to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site.

v0.2.0
- Hide label on mouseover
- Show label on mouse idle

v0.1.0
- Initial release

Comments, critics and suggestions are welcome!
Source: https://github.com/gbrlmza/Chrome-SiteLabeler                    

Informações Básicas da Extensão

Nome Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
URL Oficial https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Descrição Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Tamanho do Arquivo 18.81 KB
Contagem de Instalações 491
Versão Atual 0.2.0
Última Atualização 2015-11-12
Data de Publicação 2015-11-11
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Gabriel Gonzalez
Tipo de Pagamento free
Site da Extensão https://github.com/gbrlmza/Chrome-SiteLabeler
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Labeler",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}