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.

Copy all links and image links to CSV or JSON क्या है?

Copy all links and image links to CSV or JSON Tab Manager Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export all links and image links from the current page to Excel or JSON format."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy all links and image links to CSV or JSON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Copy all links and image links to CSV or JSON Copy all links and image links to CSV or JSON
ID ccddopnnikeeoogpfbnfommfoeliaidg
आधिकारिक URL https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg
विवरण Export all links and image links from the current page to Excel or JSON format.
फ़ाइल का आकार 168 KB
स्थापना संख्या 3,900
वर्तमान संस्करण 1
अंतिम अपडेट 2018-05-10
प्रकाशन तिथि 2018-05-09
रेटिंग 4.23/5 कुल 13 रेटिंग्स
डेवलपर Tab Manager Plus
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
समर्थित भाषाएँ 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"
    }
}