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.

What is Copy all links and image links to CSV or JSON?

Copy all links and image links to CSV or JSON is a Chrome extension developed by Tab Manager Plus, and its main feature is "Export all links and image links from the current page to Excel or JSON format.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Copy all links and image links to CSV or JSON Extension CRX File

Download Copy all links and image links to CSV or JSON extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Copy all links and image links to CSV or JSON Copy all links and image links to CSV or JSON
ID ccddopnnikeeoogpfbnfommfoeliaidg
Official URL 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.
File Size 168 KB
Installation Count 3,900
Current Version 1
Last Updated 2018-05-10
Publish Date 2018-05-09
Rating 4.23/5 Total 13 Ratings
Developer Tab Manager Plus
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Supported Languages 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"
    }
}