NewTab Sync Notes

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

Hvad er NewTab Sync Notes?

NewTab Sync Notes er en Chrome-udvidelse udviklet af Rudi Olckers, og dens hovedfunktion er "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Udvidelsesskærmbilleder

screenshot

Download NewTab Sync Notes-udvidelses-CRX-fil

Download NewTab Sync Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
Officiel URL https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc
Beskrivelse This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Filstørrelse 618 KB
Antal Installationer 91
Nuværende Version 1.1
Senest Opdateret 2016-08-08
Udgivelsesdato 2016-08-08
Bedømmelse 2.00/5 Samlet 5 Bedømmelser
Udvikler Rudi Olckers
Betalingsmetode free
Understøttede Sprog 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"
    ]
}