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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |