DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
O que é DLAB Takeout Tool?
DLAB Takeout Tool é uma extensão do Chrome desenvolvida por DLAB, e sua principal característica é "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DLAB Takeout Tool
Baixe arquivos de extensão DLAB Takeout Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
URL Oficial | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Descrição | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
Tamanho do Arquivo | 58.08 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2020-12-27 |
Data de Publicação | 2020-11-17 |
Desenvolvedor | DLAB |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |