URL Parser
Parse Your URL
What is URL Parser?
URL Parser is a Chrome extension developed by daaakunx, and its main feature is "Parse Your URL".
Extension Screenshots
Download URL Parser Extension CRX File
Download URL Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | URL Parser |
ID | hdcdndiioaocgliphphofdcaiblbhjem |
Official URL | https://chromewebstore.google.com/detail/url-parser/hdcdndiioaocgliphphofdcaiblbhjem |
Description | Parse Your URL |
File Size | 32.11 KB |
Installation Count | 248 |
Current Version | 1.3 |
Last Updated | 2022-09-06 |
Publish Date | 2022-08-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | daaakunx |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |