External Link Extractor
This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
Wat is External Link Extractor?
External Link Extractor is een Chrome-extensie ontwikkeld door https://www.webdesignindy.com, en de belangrijkste functie is "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…".
Extensie Screenshots
Download het CRX-bestand van de extensie External Link Extractor
Download External Link Extractor-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
This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using the clipboard function to save. Basisinformatie over de Extensie
| Naam | |
| ID | ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
| Officiële URL | https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
| Beschrijving | This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using… |
| Bestandsgrootte | 9.66 KB |
| Aantal Installaties | 148 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-29 |
| Publicatiedatum | 2023-03-29 |
| Ontwikkelaar | https://www.webdesignindy.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.webdesignindy.com/privacy-policy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "External Link Extractor",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"permissions": [
"activeTab",
"clipboardWrite",
"scripting"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |