Site Labeler
Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Site Labeler क्या है?
Site Labeler Gabriel Gonzalez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Labeler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Site Labeler |
ID | mdkoanlgchgnkbfjcecafkadgneapali |
आधिकारिक URL | https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali |
विवरण | Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site |
फ़ाइल का आकार | 18.81 KB |
स्थापना संख्या | 491 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2015-11-12 |
प्रकाशन तिथि | 2015-11-11 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | Gabriel Gonzalez |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gbrlmza/Chrome-SiteLabeler |
समर्थित भाषाएँ | 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" ] } |