NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
什么是NewTab Sync Notes?
NewTab Sync Notes是由Rudi Olckers开发的Chrome扩展程序,该扩展的主要功能是“This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.”。
扩展截图
下载NewTab Sync Notes扩展crx文件
下载NewTab Sync Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a chrome extension which aim to be a light-weight notes manager that opens up when a new tab is created. The content will be synchronised across multiple browser instances.
The Papier chrome extension (https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia) inspired this project. 扩展基本信息
| 名称 | |
| ID | neiinhkoafdpmaimmckhceppaaflojpc |
| 官方URL | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
| 简介 | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
| 文件大小 | 618 KB |
| 安装次数 | 91 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-08-08 |
| 上架时间 | 2016-08-08 |
| 评分 | 2.00/5 共5次评分 |
| 开发者 | Rudi Olckers |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NewTab Sync Notes",
"version": "1.1",
"description": "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"incognito": "split",
"permissions": [
"storage"
]
} | |