Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
Any.do New Tabとは何ですか?
Any.do New TabはMike Petrovによって開発されたChromeの拡張機能で、その主な機能は「Extension to see the upcoming tasks to do in the new tab」です。
拡張機能のスクリーンショット
Any.do New Tab拡張機能のCRXファイルをダウンロード
Any.do New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
拡張機能の基本情報
名前 | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
公式URL | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
説明 | Extension to see the upcoming tasks to do in the new tab |
ファイルサイズ | 157 KB |
インストール数 | 423 |
現在のバージョン | 0.1.2 |
最終更新日 | 2020-05-31 |
公開日 | 2020-05-30 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Mike Petrov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |