Link Parser
Parse href links from any web page
What is Link Parser?
Link Parser is a Chrome extension developed by sh1m423, and its main feature is "Parse href links from any web page".
Extension Screenshots
Download Link Parser Extension CRX File
Download Link 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
Link parser allows extracting href links with a given prefix from any web page in one click. It helps to reduce manual work when multiple routine actions are needed.
Extension Basic Information
Name | Link Parser |
ID | cccbglaaelcpileeeladhmafobllkfeb |
Official URL | https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb |
Description | Parse href links from any web page |
File Size | 36.16 KB |
Installation Count | 129 |
Current Version | 1.0.1 |
Last Updated | 2022-10-12 |
Publish Date | 2022-10-12 |
Developer | sh1m423 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Parser", "version": "1.0.1", "description": "Parse href links from any web page", "manifest_version": 3, "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "link-parser-icon-16.png", "32": "link-parser-icon-32.png", "64": "link-parser-icon-48.png", "128": "link-parser-icon-128.png" } } |