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 |
电子邮箱 | [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" ] } |