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 |
电子邮箱 | [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';" } |