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ファイルをダウンロード
Devicon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |