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" ] } |