Site Labeler

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

Wat is Site Labeler?

Site Labeler is een Chrome-extensie ontwikkeld door Gabriel Gonzalez, en de belangrijkste functie is "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Site Labeler

Download Site Labeler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
Officiële URL https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Beschrijving Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Bestandsgrootte 18.81 KB
Aantal Installaties 491
Huidige Versie 0.2.0
Laatst Bijgewerkt 2015-11-12
Publicatiedatum 2015-11-11
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Gabriel Gonzalez
Betalingswijze free
Extensiewebsite https://github.com/gbrlmza/Chrome-SiteLabeler
Ondersteunde Talen 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"
    ]
}