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.
Qu'est-ce que Copy all links and image links to CSV or JSON ?
Copy all links and image links to CSV or JSON est une extension Chrome développée par Tab Manager Plus, et sa fonction principale est "Export all links and image links from the current page to Excel or JSON format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy all links and image links to CSV or JSON
Téléchargez les fichiers d'extension Copy all links and image links to CSV or JSON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
URL Officiel | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
Description | Export all links and image links from the current page to Excel or JSON format. |
Taille du Fichier | 168 KB |
Nombre d'Installations | 3,900 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2018-05-10 |
Date de Publication | 2018-05-09 |
Évaluation | 4.23/5 Total 13 Évaluations |
Développeur | Tab Manager Plus |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Langues Prises en Charge | 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" } } |