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是由DLAB开发的Chrome扩展程序,该扩展的主要功能是“Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…”。

扩展截图

screenshot
screenshot
screenshot

下载DLAB Takeout Tool扩展crx文件

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