Link Extractor
Copy links with links text to clibboard. Spreadsheet-friendly!
Cos'è Link Extractor?
Link Extractor è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Copy links with links text to clibboard. Spreadsheet-friendly!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link Extractor
Scarica i file di estensione Link Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Link Extractor |
ID | hfggooianhnifmngaedjoiooohhdedim |
URL Ufficiale | https://chromewebstore.google.com/detail/link-extractor/hfggooianhnifmngaedjoiooohhdedim |
Descrizione | Copy links with links text to clibboard. Spreadsheet-friendly! |
Dimensione del File | 32.86 KB |
Conteggio Installazioni | 651 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2020-05-21 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |