NewTab Sync Notes

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

O que é NewTab Sync Notes?

NewTab Sync Notes é uma extensão do Chrome desenvolvida por Rudi Olckers, e sua principal característica é "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NewTab Sync Notes

Baixe arquivos de extensão NewTab Sync Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
URL Oficial https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc
Descrição This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Tamanho do Arquivo 618 KB
Contagem de Instalações 91
Versão Atual 1.1
Última Atualização 2016-08-08
Data de Publicação 2016-08-08
Classificação 2.00/5 Total de 5 Avaliações
Desenvolvedor Rudi Olckers
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}