Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Todayとは何ですか?
TodayはTim Turnerによって開発されたChromeの拡張機能で、その主な機能は「An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!」です。
拡張機能のスクリーンショット
Today拡張機能のCRXファイルをダウンロード
Today拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
公式URL | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
説明 | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
ファイルサイズ | 1.94 MB |
インストール数 | 69 |
現在のバージョン | 0.2.1 |
最終更新日 | 2018-04-06 |
公開日 | 2018-04-06 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Tim Turner |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |