NewTab Sync Notes

This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.

Was ist NewTab Sync Notes?

NewTab Sync Notes ist eine Chrome-Erweiterung, die von Rudi Olckers entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Erweiterungsscreenshots

screenshot

NewTab Sync Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie NewTab Sync Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
Offizielle URL https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc
Beschreibung This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Dateigröße 618 KB
Installationsanzahl 91
Aktuelle Version 1.1
Letztes Update 2016-08-08
Veröffentlichungsdatum 2016-08-08
Bewertung 2.00/5 Insgesamt 5 Bewertungen
Entwickler Rudi Olckers
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}