Note Tab

Chrome extension for quick notes and calculations in the new tab

Apa itu Note Tab?

Note Tab adalah ekstensi Chrome yang dikembangkan oleh Yuriy Romadin, dan fitur utamanya adalah "Chrome extension for quick notes and calculations in the new tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Note Tab

Unduh file ekstensi Note Tab 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

                        Your new tab page will be divided into two blocks: on the left, you have text/code editor for your quick notes or code snippets, on the right side you have "smart" calculator notepad, where you can perform basic math operations.                    

Informasi Dasar Ekstensi

Nama Note Tab Note Tab
ID gefmkkebioafinkcmbdpncgnndifcbea
URL Resmi https://chromewebstore.google.com/detail/note-tab/gefmkkebioafinkcmbdpncgnndifcbea
Deskripsi Chrome extension for quick notes and calculations in the new tab
Ukuran File 2.25 MB
Jumlah Instalasi 59
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Yuriy Romadin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/yuriyromadin/notetab
URL Halaman Bantuan https://github.com/yuriyromadin/notetab
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Tab",
    "version": "1.0.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Chrome extension for quick notes and calculations in the new tab",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "static\/app.background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/icon-16.png"
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    }
}