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ファイルをダウンロード
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 |
Eメール | [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" } } |