DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
What is DLAB Takeout Tool?
DLAB Takeout Tool is a Chrome extension developed by DLAB, and its main feature is "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Extension Screenshots
Download DLAB Takeout Tool Extension CRX File
Download DLAB Takeout Tool 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
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.
Extension Basic Information
Name | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
Official URL | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Description | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
File Size | 58.08 KB |
Installation Count | 12 |
Current Version | 0.0.0.2 |
Last Updated | 2020-12-27 |
Publish Date | 2020-11-17 |
Developer | DLAB |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |