DLAB Takeout Tool

Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…

Τι είναι το DLAB Takeout Tool;

Το DLAB Takeout Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DLAB, και η κύρια λειτουργία του είναι "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DLAB Takeout Tool

Λήψη αρχείων επέκτασης DLAB Takeout Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Guides user when installing their google search data from the google takeout website. Shows the user where they should click to export their google search data. Validates each step to make sure that only the search data is selected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
Επίσημο URL https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Περιγραφή Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Μέγεθος Αρχείου 58.08 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2020-12-27
Ημερομηνία Δημοσίευσης 2020-11-17
Προγραμματιστής DLAB
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DLAB Takeout Tool",
    "version": "0.0.0.2",
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/takeout.google.com\/settings\/takeout\/downloads*"
            ],
            "matches": [
                "*:\/\/*.takeout.google.com\/settings\/takeout*",
                "https:\/\/takeout.google.com\/",
                "https:\/\/takeout.google.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "bootstrap-tour-standalone.min.js",
                "content.js"
            ],
            "css": [
                "bootstrap-tour-standalone.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "config\/config.json"
    ],
    "icons": {
        "16": "dlab16x16.png",
        "46": "dlab48x48.png",
        "128": "dlab128x128.png"
    }
}