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开发的Chrome扩展程序,该扩展的主要功能是“Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site”。
扩展截图
下载Site Labeler扩展crx文件
下载Site Labeler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |