Site Labeler

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

Co je Site Labeler?

Site Labeler je rozšíření Chrome vyvinuté Gabriel Gonzalez, a jeho hlavní funkcí je „Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Site Labeler

Stáhněte si soubory rozšíření Site Labeler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
Oficiální URL https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Popis Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Velikost souboru 18.81 KB
Počet instalací 491
Aktuální Verze 0.2.0
Poslední Aktualizace 2015-11-12
Datum Vydání 2015-11-11
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář Gabriel Gonzalez
Typ Platby free
Webové stránky Rozšíření https://github.com/gbrlmza/Chrome-SiteLabeler
Podporované Jazyky 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"
    ]
}