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…
Vad är External Link Extractor?
External Link Extractor är en Chrome-tillägg utvecklad av https://www.webdesignindy.com, och dess huvudfunktion är "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…".
Tilläggsskärmbilder
Ladda ner External Link Extractor-förlängningens CRX-fil
Ladda ner External Link Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | External Link Extractor |
ID | ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
Officiell webbadress | https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
Beskrivning | This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using… |
Filstorlek | 9.66 KB |
Antal Installationer | 148 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-03-29 |
Publiceringsdatum | 2023-03-29 |
Utvecklare | https://www.webdesignindy.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.webdesignindy.com/privacy-policy |
Stödda Språk | 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" } } |