Combine URL
Combines url parts
Combine URLとは何ですか?
Combine URLはhttps://kostoski.comによって開発されたChromeの拡張機能で、その主な機能は「Combines url parts」です。
拡張機能のスクリーンショット
Combine URL拡張機能のCRXファイルをダウンロード
Combine URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension that combines URL parts in order to help you easily access full URL address.
拡張機能の基本情報
名前 | Combine URL |
ID | lnmkibhfmgahenghonphjlepcdbdjpon |
公式URL | https://chromewebstore.google.com/detail/combine-url/lnmkibhfmgahenghonphjlepcdbdjpon |
説明 | Combines url parts |
ファイルサイズ | 8.36 KB |
インストール数 | 35 |
現在のバージョン | 2.2 |
最終更新日 | 2023-08-30 |
公開日 | 2019-04-12 |
開発者 | https://kostoski.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kostoski.com/ |
ヘルプページのURL | https://kostoski.com/ |
プライバシーポリシーページのURL | https://kostoski.com/privacypolicy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Combine URL", "description": "Combines url parts", "version": "2.2", "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "permissions": [ "storage" ], "manifest_version": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Combines url parts" } } } |