URL Monster
URL Monster Remake with Vue.js
URL Monsterとは何ですか?
URL Monsterはchienwenによって開発されたChromeの拡張機能で、その主な機能は「URL Monster Remake with Vue.js」です。
拡張機能のスクリーンショット
URL Monster拡張機能のCRXファイルをダウンロード
URL Monster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
URL Monster can help you edit URL:
1. List scheme/host/port/path/queries/fragment of the current URL as separate components
2. Create/edit/delete/decode/encode/copy components
3. Rebuild the full URL and apply to current/new tab
Change log:
* version 2.1.0 - fix query typing issue
* version 2.0.0 - remake with Vue.js
* version 1.1 - add viewport meta for mobile devices
* version 1.0 - initial version 拡張機能の基本情報
| 名前 | |
| ID | beabfimakokhfnnkabnjdelbkgaobhjh |
| 公式URL | https://chromewebstore.google.com/detail/url-monster/beabfimakokhfnnkabnjdelbkgaobhjh |
| 説明 | URL Monster Remake with Vue.js |
| ファイルサイズ | 86.37 KB |
| インストール数 | 112 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2020-08-12 |
| 公開日 | 2015-05-06 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | chienwen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "URL Monster",
"description": "URL Monster Remake with Vue.js",
"version": "2.1.0",
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "URL Monster",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
}
} | |