NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Wat is NewTab Sync Notes?
NewTab Sync Notes is een Chrome-extensie ontwikkeld door Rudi Olckers, en de belangrijkste functie is "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".
Extensie Screenshots
Download het CRX-bestand van de extensie NewTab Sync Notes
Download NewTab Sync Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NewTab Sync Notes |
ID | neiinhkoafdpmaimmckhceppaaflojpc |
Officiële URL | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
Beschrijving | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
Bestandsgrootte | 618 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-08-08 |
Publicatiedatum | 2016-08-08 |
Beoordeling | 2.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Rudi Olckers |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |