NewTab Sync Notes

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

Cos'è NewTab Sync Notes?

NewTab Sync Notes è un'estensione di Chrome sviluppata da Rudi Olckers, e la sua funzione principale è "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NewTab Sync Notes

Scarica i file di estensione NewTab Sync Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
URL Ufficiale https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc
Descrizione This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Dimensione del File 618 KB
Conteggio Installazioni 91
Versione Corrente 1.1
Ultimo Aggiornamento 2016-08-08
Data di Pubblicazione 2016-08-08
Valutazione 2.00/5 Totale 5 Valutazioni
Sviluppatore Rudi Olckers
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}