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 là gì?

DLAB Takeout Tool là một tiện ích mở rộng Chrome được phát triển bởi DLAB, và tính năng chính của nó là "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DLAB Takeout Tool

Tải xuống các tệp mở rộng DLAB Takeout Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
URL Chính Thức https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Mô tả Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Kích Thước Tệp 58.08 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2020-12-27
Ngày Phát Hành 2020-11-17
Nhà Phát Triển DLAB
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}