Tab Notes
New note in every new tab. Capture thoughts faster.
Tab Notesとは何ですか?
Tab NotesはMaciej Szafraniecによって開発されたChromeの拡張機能で、その主な機能は「New note in every new tab. Capture thoughts faster.」です。
拡張機能のスクリーンショット
Tab Notes拡張機能のCRXファイルをダウンロード
Tab Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unlike other similar apps, this one allows you to keep more than one note.
✔ Different note in each tab, not the same note everywhere.
✔ (new!) Dark mode.
✔ Search all notes quickly.
✔ No permissions. No accounts. No motivational quotes.
✔ Offline & private. Notes never leave your computer.
✔ Lightweight & fast. Pure javascript, no bulky frameworks.
✔ Back up notes in text form in one click.
✔ Manage and open your notes from anywhere in Chrome.
✔ First line is the tab title. Favicon changes based on amount of text. 拡張機能の基本情報
| 名前 | |
| ID | mhgiefelomcdfcdbknkkohpibdpbdhmo |
| 公式URL | https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo |
| 説明 | New note in every new tab. Capture thoughts faster. |
| ファイルサイズ | 116 KB |
| インストール数 | 6,175 |
| 現在のバージョン | 0.8 |
| 最終更新日 | 2019-03-11 |
| 公開日 | 2019-03-11 |
| 評価 | 4.16/5 合計 61 レビュー |
| 開発者 | Maciej Szafraniec |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Notes",
"description": "New note in every new tab. Capture thoughts faster.",
"version": "0.8",
"offline_enabled": true,
"manifest_version": 2,
"icons": {
"16": "images\/notes_16.png",
"128": "images\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab\/newtab.html"
},
"browser_action": {
"default_popup": "browser_action\/popup.html",
"default_icon": {
"16": "images\/notes_48.png"
}
},
"web_accessible_resources": [
"common\/notesStorage.js",
"common\/settingsStorage.js"
]
} | |