URL Parser
Parse Your URL
URL Parserとは何ですか?
URL Parserはdaaakunxによって開発されたChromeの拡張機能で、その主な機能は「Parse Your URL」です。
拡張機能のスクリーンショット
URL Parser拡張機能のCRXファイルをダウンロード
URL Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension plug-in that is easy to use and fast to parse URLs. You can copy these main datas of your URL. You can also enter a custom url for parsing.
拡張機能の基本情報
名前 | URL Parser |
ID | hdcdndiioaocgliphphofdcaiblbhjem |
公式URL | https://chromewebstore.google.com/detail/url-parser/hdcdndiioaocgliphphofdcaiblbhjem |
説明 | Parse Your URL |
ファイルサイズ | 32.11 KB |
インストール数 | 248 |
現在のバージョン | 1.3 |
最終更新日 | 2022-09-06 |
公開日 | 2022-08-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | daaakunx |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Parser", "version": "1.3", "manifest_version": 3, "description": "Parse Your URL", "icons": { "16": "image\/logo.png", "128": "image\/logo.png" }, "action": { "default_icon": "image\/logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |