Environment Marker
Provides a way to add a color indicator or marker (ribbon) on a web page depending on the URL.
什么是Environment Marker?
Environment Marker是由XjSv开发的Chrome扩展程序,该扩展的主要功能是“Provides a way to add a color indicator or marker (ribbon) on a web page depending on the URL.”。
扩展截图
下载Environment Marker扩展crx文件
下载Environment Marker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Configurable Ribbons - Add a URL or part of a URL, choose a color and a ribbon will be added to the page of any website that matches part of that URL. Here are some examples: - github.com - https://github.com - http://dev. - http://qa. - environment-marker - Configurable Ribbon Positions - Choose where to position the ribbon (top left, top right, bottom left, bottom right). - Configurable Ribbon Sizes - Choose one of 5 sizes (extra small, small, normal, large, extra large). - Ribbon Labels - Displays a label on the ribbon. - Import/Export - Export and import ribbon configurations. - Multilingual Support - Currently supports English, Spanish, German & French (more coming soon). - Reusable Color Swatch - The last 7 colors used will be available from the color swatch. - RegExp - When enabled the URL fragment can be used with RegExp instead of searching using indexOf. - Tab Counter - Displays the number of open tabs. Color is green when under 10 tabs and red when above. I plan to make this configurable in the future. - Font Picker - Ability to select fonts for the ribbons. Font come from Google Fonts. - Favicon Marker - Ability to set a colored circle marker to the favicon of the site. See the open issues in GitHub for a list of proposed features (and known issues). Github: https://github.com/XjSv/environment-marker For contribution to translations see Environment Marker in Crowdin: https://crowdin.com/project/environment-marker
扩展基本信息
名称 | Environment Marker |
ID | cjnmfjkimfbollcepfbhpahipampinhb |
官方URL | https://chromewebstore.google.com/detail/environment-marker/cjnmfjkimfbollcepfbhpahipampinhb |
简介 | Provides a way to add a color indicator or marker (ribbon) on a web page depending on the URL. |
文件大小 | 888 KB |
安装次数 | 1,691 |
当前版本 | 3.0.1 |
更新时间 | 2023-07-10 |
上架时间 | 2020-09-23 |
评分 | 5.00/5 共2次评分 |
开发者 | XjSv |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/XjSv/environment-marker |
帮助页面URL | https://github.com/XjSv/environment-marker/issues |
支持的语言 | de,en,fr,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "3.0.1", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/XjSv\/environment-marker", "default_locale": "en", "icons": { "32": "\/images\/icons\/environment-marker-32.png", "64": "\/images\/icons\/environment-marker-64.png", "128": "\/images\/icons\/environment-marker-128.png", "256": "\/images\/icons\/environment-marker-256.png", "512": "\/images\/icons\/environment-marker-512.png" }, "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ " |