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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tab Manager Plus, και η κύρια λειτουργία του είναι "Export all links and image links from the current page to Excel or JSON format.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Copy all links and image links to CSV or JSON

Λήψη αρχείων επέκτασης Copy all links and image links to CSV or JSON σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}