TabNote

Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…

Apa itu TabNote?

TabNote adalah ekstensi Chrome yang dikembangkan oleh https://berry.ai, dan fitur utamanya adalah "Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TabNote

Unduh file ekstensi TabNote 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

                        Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar button, and you can quickly take some ideas, memos, phone number, etc. into an editable tab in browser. 

It can also auto-save the notes to browser local storage, even offline. So you don't need to worry about it would lose after closing the browser.                    

Informasi Dasar Ekstensi

Nama TabNote TabNote
ID jncefijnopciiocdgnhgbjkajeljnobn
URL Resmi https://chromewebstore.google.com/detail/tabnote/jncefijnopciiocdgnhgbjkajeljnobn
Deskripsi Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…
Ukuran File 301 KB
Jumlah Instalasi 44
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-01-17
Tanggal Publikasi 2017-01-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://berry.ai
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabNote",
    "version": "0.2",
    "icons": {
        "128": "tabnote.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "tabnote.png"
    },
    "permissions": [
        "tabs"
    ]
}