Link Parser
Parse href links from any web page
Wat is Link Parser?
Link Parser is een Chrome-extensie ontwikkeld door sh1m423, en de belangrijkste functie is "Parse href links from any web page".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Parser
Download Link Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cccbglaaelcpileeeladhmafobllkfeb |
| Officiële URL | https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb |
| Beschrijving | Parse href links from any web page |
| Bestandsgrootte | 36.16 KB |
| Aantal Installaties | 129 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-10-12 |
| Publicatiedatum | 2022-10-12 |
| Ontwikkelaar | sh1m423 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |