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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |