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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |