Site Labeler
Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
What is Site Labeler?
Site Labeler is a Chrome extension developed by Gabriel Gonzalez, and its main feature is "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".
Extension Screenshots
Download Site Labeler Extension CRX File
Download Site Labeler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Site Labeler |
ID | mdkoanlgchgnkbfjcecafkadgneapali |
Official URL | 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 |
File Size | 18.81 KB |
Installation Count | 491 |
Current Version | 0.2.0 |
Last Updated | 2015-11-12 |
Publish Date | 2015-11-11 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Gabriel Gonzalez |
Payment Type | free |
Extension Website | https://github.com/gbrlmza/Chrome-SiteLabeler |
Supported Languages | 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" ] } |