Coconote
Take notes in your browser new tab.
Coconoteとは何ですか?
Coconoteはpierre.goutheraudによって開発されたChromeの拡張機能で、その主な機能は「Take notes in your browser new tab.」です。
拡張機能のスクリーンショット
Coconote拡張機能のCRXファイルをダウンロード
Coconote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Coconote is a new tab extension to take notes. Everything is saved up and synched on all your devices. Made with ❤️ by http://pierregoutheraud.fr
拡張機能の基本情報
名前 | Coconote |
ID | kjdgikbdpepfaccfiejmignfbogjbbop |
公式URL | https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop |
説明 | Take notes in your browser new tab. |
ファイルサイズ | 403 KB |
インストール数 | 45 |
現在のバージョン | 1.4.3 |
最終更新日 | 2020-03-21 |
公開日 | 2020-03-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | pierre.goutheraud |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coconote", "version": "1.4.3", "manifest_version": 2, "description": "Take notes in your browser new tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/; connect-src ws:\/\/localhost:63168\/; font-src *; style-src * 'unsafe-inline';" } |