NewTab Sync Notes

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

Apa itu NewTab Sync Notes?

NewTab Sync Notes adalah ekstensi Chrome yang dikembangkan oleh Rudi Olckers, dan fitur utamanya adalah "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NewTab Sync Notes

Unduh file ekstensi NewTab Sync Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NewTab Sync Notes NewTab Sync Notes
ID neiinhkoafdpmaimmckhceppaaflojpc
URL Resmi https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc
Deskripsi This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Ukuran File 618 KB
Jumlah Instalasi 91
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-08-08
Tanggal Publikasi 2016-08-08
Penilaian 2.00/5 Total 5 Penilaian
Pengembang Rudi Olckers
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}