DLAB Takeout Tool

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

Hvad er DLAB Takeout Tool?

DLAB Takeout Tool er en Chrome-udvidelse udviklet af DLAB, og dens hovedfunktion er "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download DLAB Takeout Tool-udvidelses-CRX-fil

Download DLAB Takeout Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
Officiel URL https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Beskrivelse Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Filstørrelse 58.08 KB
Antal Installationer 12
Nuværende Version 0.0.0.2
Senest Opdateret 2020-12-27
Udgivelsesdato 2020-11-17
Udvikler DLAB
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}