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.
Was ist Copy all links and image links to CSV or JSON?
Copy all links and image links to CSV or JSON ist eine Chrome-Erweiterung, die von Tab Manager Plus entwickelt wurde, und ihr Hauptmerkmal ist "Export all links and image links from the current page to Excel or JSON format.".
Erweiterungsscreenshots
Copy all links and image links to CSV or JSON-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy all links and image links to CSV or JSON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
Offizielle URL | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
Beschreibung | Export all links and image links from the current page to Excel or JSON format. |
Dateigröße | 168 KB |
Installationsanzahl | 3,900 |
Aktuelle Version | 1 |
Letztes Update | 2018-05-10 |
Veröffentlichungsdatum | 2018-05-09 |
Bewertung | 4.23/5 Insgesamt 13 Bewertungen |
Entwickler | Tab Manager Plus |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Unterstützte Sprachen | 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" } } |