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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DLAB และคุณลักษณะหลักของมันคือ "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DLAB Takeout Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |