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 |
官方網址 | 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 |
電子郵箱 | [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';" } |