Minimal Todoist
An extension to help you complete todoist tasks
Minimal Todoistとは何ですか?
Minimal Todoistはashish.meによって開発されたChromeの拡張機能で、その主な機能は「An extension to help you complete todoist tasks」です。
拡張機能のスクリーンショット
Minimal Todoist拡張機能のCRXファイルをダウンロード
Minimal Todoist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab. Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.
拡張機能の基本情報
名前 | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
公式URL | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
説明 | An extension to help you complete todoist tasks |
ファイルサイズ | 2.13 MB |
インストール数 | 33 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-10-02 |
公開日 | 2019-10-02 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | ashish.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ashish.me |
ヘルプページのURL | https://github.com/ashishdotme/minimal-todoist-extension/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Todoist", "version": "1.0.1", "description": "An extension to help you complete todoist tasks", "author": "Ashish Patel", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |