Notetab - capture your thoughts
Capture your thoughts seamlessly in the new tab page
Notetab - capture your thoughtsとは何ですか?
Notetab - capture your thoughtsはNicklas Cookによって開発されたChromeの拡張機能で、その主な機能は「Capture your thoughts seamlessly in the new tab page」です。
拡張機能のスクリーンショット
Notetab - capture your thoughts拡張機能のCRXファイルをダウンロード
Notetab - capture your thoughts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace the new tab with a better way to manage your life. Lightweight, minimalistic and blazing fast.
✔ Seamless syncing of notes across your Google account.
✔ Beautiful background images from reddit.com/r/Earthporn
✔ 'Notepads' to create lists, separate notes and much more.
✔ Bookmarks with images built in.
✔ Simple timer.
✔ Material Design with both light and dark themes.
More Information:
https://github.com/nicklascook/Notetab 拡張機能の基本情報
| 名前 | |
| ID | malimlglkbkgjkainkeemkhmedcbeene |
| 公式URL | https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene |
| 説明 | Capture your thoughts seamlessly in the new tab page |
| ファイルサイズ | 175 KB |
| インストール数 | 190 |
| 現在のバージョン | 1.4.5 |
| 最終更新日 | 2017-04-30 |
| 公開日 | 2017-04-30 |
| 評価 | 4.86/5 合計 7 レビュー |
| 開発者 | Nicklas Cook |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/nicklascook/Notetab |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notetab - capture your thoughts",
"author": "Nicklas Cook",
"version": "1.4.5",
"description": "Capture your thoughts seamlessly in the new tab page",
"short_name": "Notetab",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |