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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |