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