NewTab Sync Notes

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

Qu'est-ce que NewTab Sync Notes ?

NewTab Sync Notes est une extension Chrome développée par Rudi Olckers, et sa fonction principale est "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NewTab Sync Notes

Téléchargez les fichiers d'extension NewTab Sync Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
URL Officiel 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.
Taille du Fichier 618 KB
Nombre d'Installations 91
Version Actuelle 1.1
Dernière Mise à Jour 2016-08-08
Date de Publication 2016-08-08
Évaluation 2.00/5 Total 5 Évaluations
Développeur Rudi Olckers
Type de Paiement free
Langues Prises en Charge 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"
    ]
}