Site Labeler

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

Qu'est-ce que Site Labeler ?

Site Labeler est une extension Chrome développée par Gabriel Gonzalez, et sa fonction principale est "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Site Labeler

Téléchargez les fichiers d'extension Site Labeler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
URL Officiel https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Description Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Taille du Fichier 18.81 KB
Nombre d'Installations 491
Version Actuelle 0.2.0
Dernière Mise à Jour 2015-11-12
Date de Publication 2015-11-11
Évaluation 4.80/5 Total 5 Évaluations
Développeur Gabriel Gonzalez
Type de Paiement free
Site Web de l'Extension https://github.com/gbrlmza/Chrome-SiteLabeler
Langues Prises en Charge 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"
    ]
}