NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
What is NewTab Sync Notes?
NewTab Sync Notes is a Chrome extension developed by Rudi Olckers, and its main feature is "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".
Extension Screenshots
Download NewTab Sync Notes Extension CRX File
Download NewTab Sync Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NewTab Sync Notes |
ID | neiinhkoafdpmaimmckhceppaaflojpc |
Official URL | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
Description | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
File Size | 618 KB |
Installation Count | 91 |
Current Version | 1.1 |
Last Updated | 2016-08-08 |
Publish Date | 2016-08-08 |
Rating | 2.00/5 Total 5 Ratings |
Developer | Rudi Olckers |
Payment Type | free |
Supported Languages | 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" ] } |