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…”。
擴展截圖
下載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 |
ID | omejepnicpljfpfefibdkgjommaiellp |
官方網址 | 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" } } |