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