BriskNote: New Tab Notes that Sync with Phone
Take Quick Notes on Any New Browser Tab and Sync them with your Phone
BriskNote: New Tab Notes that Sync with Phoneとは何ですか?
BriskNote: New Tab Notes that Sync with PhoneはSysRestartによって開発されたChromeの拡張機能で、その主な機能は「Take Quick Notes on Any New Browser Tab and Sync them with your Phone」です。
拡張機能のスクリーンショット
BriskNote: New Tab Notes that Sync with Phone拡張機能のCRXファイルをダウンロード
BriskNote: New Tab Notes that Sync with Phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make your life more productive with every new browser tab you open. Take quick notes, and access them on the BriskNote mobile app and vice versa. Perfect for taking notes while having conversations, jotting down spontaneous ideas, making lists, storing pieces of code or message drafts, and so on. BriskNote is the perfect middle ground between oversimplified sticky notes and complex desktop note-taking softwares. And the best part, it's absolutely free! It also has a dark mode.
拡張機能の基本情報
名前 | BriskNote: New Tab Notes that Sync with Phone |
ID | gbdigbbnelhehnhlkhiepkpkedokgfog |
公式URL | https://chromewebstore.google.com/detail/brisknote-new-tab-notes-t/gbdigbbnelhehnhlkhiepkpkedokgfog |
説明 | Take Quick Notes on Any New Browser Tab and Sync them with your Phone |
ファイルサイズ | 651 KB |
インストール数 | 265 |
現在のバージョン | 0.2.1 |
最終更新日 | 2019-04-28 |
公開日 | 2019-04-28 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | SysRestart |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://brisknote.com |
プライバシーポリシーページのURL | https://sysrestart.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BriskNote: New Tab Notes that Sync with Phone", "description": "Take Quick Notes on Any New Browser Tab and Sync them with your Phone", "version": "0.2.1", "version_name": "0.2.1", "icons": { "128": "media\/BriskNote_Icon_128x128.png", "48": "media\/BriskNote_Icon_48x48.png", "16": "media\/BriskNote_Icon_16x16.png" }, "browser_action": { "default_icon": "media\/BriskNote_Icon_16x16.png" }, "chrome_url_overrides": { "newtab": "notes.html" }, "permissions": [ "storage", "tabs", "identity" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/localhost:5005\/auth\/*", "http:\/\/localhost:5006\/auth\/*", "http:\/\/brisknote.com\/auth\/*", "https:\/\/brisknote.com\/auth\/*", "https:\/\/api.brisknote.com\/auth\/*" ], "js": [ "content.js" ] } ] } |