Link Extractor
Copy links with links text to clibboard. Spreadsheet-friendly!
Wat is Link Extractor?
Link Extractor is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Copy links with links text to clibboard. Spreadsheet-friendly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Extractor
Download 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
Copy links from selected text on a page in a spreadsheet-friendly format! Just select a text containing a few links and select 'Copy links' in a right-click menu.
Your links will be copied in a two-column table containing one column for link texts and another column for link URLs. Basisinformatie over de Extensie
| Naam | |
| ID | hfggooianhnifmngaedjoiooohhdedim |
| Officiële URL | https://chromewebstore.google.com/detail/link-extractor/hfggooianhnifmngaedjoiooohhdedim |
| Beschrijving | Copy links with links text to clibboard. Spreadsheet-friendly! |
| Bestandsgrootte | 32.86 KB |
| Aantal Installaties | 651 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2020-05-21 |
| Publicatiedatum | 2020-05-21 |
| Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Link Extractor",
"version": "0.0.0.1",
"description": "Copy links with links text to clibboard. Spreadsheet-friendly!",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"scripts": [
"bg.js"
]
},
"icons": {
"16": "Icon1_32.png",
"32": "Icon1_32.png",
"48": "Icon1_48.png",
"128": "Icon1_128.png"
},
"manifest_version": 2
} | |