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.
Co je Copy all links and image links to CSV or JSON?
Copy all links and image links to CSV or JSON je rozšíření Chrome vyvinuté Tab Manager Plus, a jeho hlavní funkcí je „Export all links and image links from the current page to Excel or JSON format.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Copy all links and image links to CSV or JSON
Stáhněte si soubory rozšíření Copy all links and image links to CSV or JSON ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
Oficiální URL | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
Popis | Export all links and image links from the current page to Excel or JSON format. |
Velikost souboru | 168 KB |
Počet instalací | 3,900 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2018-05-10 |
Datum Vydání | 2018-05-09 |
Hodnocení | 4.23/5 Celkem 13 Hodnocení |
Vývojář | Tab Manager Plus |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Podporované Jazyky | 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" } } |