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 to jest Site Labeler?

Site Labeler to rozszerzenie Chrome opracowane przez Gabriel Gonzalez, a jego główną funkcją jest „Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Site Labeler

Pobierz pliki rozszerzeń Site Labeler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
Oficjalny URL https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Opis Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Rozmiar pliku 18.81 KB
Liczba instalacji 491
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2015-11-12
Data Publikacji 2015-11-11
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper Gabriel Gonzalez
Typ Płatności free
Strona Rozszerzenia https://github.com/gbrlmza/Chrome-SiteLabeler
Obsługiwane Języki 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"
    ]
}