Copy all links and image links to CSV or JSON
Export all links and image links from the current page to Excel or JSON format.
Cos'è Copy all links and image links to CSV or JSON?
Copy all links and image links to CSV or JSON è un'estensione di Chrome sviluppata da Tab Manager Plus, e la sua funzione principale è "Export all links and image links from the current page to Excel or JSON format.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy all links and image links to CSV or JSON
Scarica i file di estensione Copy all links and image links to CSV or JSON 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
If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers. Please enjoy this free extension!
Informazioni di Base sull'Estensione
Nome | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
Descrizione | Export all links and image links from the current page to Excel or JSON format. |
Dimensione del File | 168 KB |
Conteggio Installazioni | 3,900 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-05-10 |
Data di Pubblicazione | 2018-05-09 |
Valutazione | 4.23/5 Totale 13 Valutazioni |
Sviluppatore | Tab Manager Plus |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy all links and image links to CSV or JSON", "short_name": "Copy Links to CSV\/JSON", "version": "1", "manifest_version": 2, "description": "Export all links and image links from the current page to Excel or JSON format.", "author": "stefanXO", "icons": { "512": "images\/sort.png" }, "permissions": [ "activeTab", "downloads" ], "browser_action": { "default_icon": { "512": "images\/sort.png" }, "default_popup": "popup.html" } } |