Tasks and notes tab
Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Tasks and notes tabとは何ですか?
Tasks and notes tabはgorhawkによって開発されたChromeの拡張機能で、その主な機能は「Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.」です。
拡張機能のスクリーンショット
Tasks and notes tab拡張機能のCRXファイルをダウンロード
Tasks and notes tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will NOT replace your new tab. This is intentional. (You could not turn off this permission, but you can set your homepage manually to this extension) This extension uses no third party cloud storage. It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else. Upcoming features: - notes - some hotkeys - undo/redo - multiple task lists - unicode icon/emoji selector - storage usage indicator/settings (Chrome's sync storage is very limited) Source code: https://github.com/gorhawk/chrome-tasks-notes
拡張機能の基本情報
名前 | Tasks and notes tab |
ID | hnpkfibfpjnliookebflfogcgmihcbkc |
公式URL | https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc |
説明 | Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers. |
ファイルサイズ | 618 KB |
インストール数 | 166 |
現在のバージョン | 0.1.1 |
最終更新日 | 2020-05-01 |
公開日 | 2020-05-01 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | gorhawk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_applicationName__", "description": "__MSG_applicationDescription__", "version": "0.1.1", "default_locale": "en", "browser_action": { "default_icon": "assets\/img\/ic_check_black_24dp_2x.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |