Domain Switcher Forked
Simplify web development by easily switching domains between specified URL groups. Forked version.
Domain Switcher Forkedとは何ですか?
Domain Switcher ForkedはMestronaによって開発されたChromeの拡張機能で、その主な機能は「Simplify web development by easily switching domains between specified URL groups. Forked version.」です。
拡張機能のスクリーンショット
Domain Switcher Forked拡張機能のCRXファイルをダウンロード
Domain Switcher Forked拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Domain Switcher by Steve Hanson, fork by Mestrona
This is a fork of https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
with some additional features and fixes
Main additional feature: Project templates
Source: https://github.com/amenk/domain-switcher-chrome 拡張機能の基本情報
| 名前 | |
| ID | obncmfopicdjkamflcoipkjdpkdhfjji |
| 公式URL | https://chromewebstore.google.com/detail/domain-switcher-forked/obncmfopicdjkamflcoipkjdpkdhfjji |
| 説明 | Simplify web development by easily switching domains between specified URL groups. Forked version. |
| ファイルサイズ | 1.07 MB |
| インストール数 | 50 |
| 現在のバージョン | 0.6.5 |
| 最終更新日 | 2017-01-25 |
| 公開日 | 2017-01-25 |
| 開発者 | Mestrona |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.6.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Domain Switcher Forked",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |