Link Extractor
Copy links with links text to clibboard. Spreadsheet-friendly!
Vad är Link Extractor?
Link Extractor är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Copy links with links text to clibboard. Spreadsheet-friendly!".
Tilläggsskärmbilder
Ladda ner Link Extractor-förlängningens CRX-fil
Ladda ner 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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hfggooianhnifmngaedjoiooohhdedim |
| Officiell webbadress | https://chromewebstore.google.com/detail/link-extractor/hfggooianhnifmngaedjoiooohhdedim |
| Beskrivning | Copy links with links text to clibboard. Spreadsheet-friendly! |
| Filstorlek | 32.86 KB |
| Antal Installationer | 651 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2020-05-21 |
| Publiceringsdatum | 2020-05-21 |
| Betyg | 3.29/5 Totalt 7 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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
} | |