Site Labeler

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

Vad är Site Labeler?

Site Labeler är en Chrome-tillägg utvecklad av Gabriel Gonzalez, och dess huvudfunktion är "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Site Labeler-förlängningens CRX-fil

Ladda ner Site Labeler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
Officiell webbadress https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Beskrivning Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Filstorlek 18.81 KB
Antal Installationer 491
Aktuell Version 0.2.0
Senast Uppdaterad 2015-11-12
Publiceringsdatum 2015-11-11
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Gabriel Gonzalez
Betalningssätt free
Tilläggswebbplats https://github.com/gbrlmza/Chrome-SiteLabeler
Stödda Språk 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"
    ]
}