Devicon
Shows when you are on a dev-version of a page by putting a border around the favicon.
Devicon란 무엇입니까?
Devicon은(는) Matis Lepik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows when you are on a dev-version of a page by putting a border around the favicon."입니다.
확장 프로그램 스크린샷
Devicon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Looks at the URL of the page you're on to see if it's a dev environment and adds a border to the favicon so you can easily tell if you're on a dev environment or not. You can change in the options what URL hostname constitutes a dev environment, by default we look for: - localhost - 127.0.0.1 - Sites ending with .test
확장 프로그램 기본 정보
이름 | Devicon |
ID | giibkebjejbhlblmanjkmkmdkahmabge |
공식 URL | https://chromewebstore.google.com/detail/devicon/giibkebjejbhlblmanjkmkmdkahmabge |
설명 | Shows when you are on a dev-version of a page by putting a border around the favicon. |
파일 크기 | 36.68 KB |
설치 횟수 | 24 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2019-05-16 |
출시 날짜 | 2019-05-16 |
개발자 | Matis Lepik |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MatisLepik/devicon |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Devicon", "version": "1.1.5", "manifest_version": 2, "description": "Shows when you are on a dev-version of a page by putting a border around the favicon.", "homepage_url": "http:\/\/matislepik.com\/devicon", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "default_locale": "en", "options_ui": { "page": "options\/index.html", "chrome_style": false }, "background": { "scripts": [ "build\/bg.js" ] }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Devicon" }, "web_accessible_resources": [ "assets\/overlay.png" ], "content_scripts": [ { "matches": [ " |