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 |
| 官方網址 | 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"
]
} | |