NoteIT - Modern Sticky Notes App

Easily jot down and save your ideas.

Apa itu NoteIT - Modern Sticky Notes App?

NoteIT - Modern Sticky Notes App adalah ekstensi Chrome yang dikembangkan oleh Airdik, dan fitur utamanya adalah "Easily jot down and save your ideas.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NoteIT - Modern Sticky Notes App

Unduh file ekstensi NoteIT - Modern Sticky Notes App 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

                        Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click!                    

Informasi Dasar Ekstensi

Nama NoteIT - Modern Sticky Notes App NoteIT - Modern Sticky Notes App
ID clihcpdelgbhanijpdlmiihoaechmeed
URL Resmi https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed
Deskripsi Easily jot down and save your ideas.
Ukuran File 21.07 KB
Jumlah Instalasi 64
Versi Saat Ini 4.2.0
Terakhir Diperbarui 2023-01-29
Tanggal Publikasi 2020-10-01
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Airdik
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.buymeacoffee.com/Airdik
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoteIT - Modern Sticky Notes App",
    "description": "Easily jot down and save your ideas.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "version": "4.2.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "NoteIT",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}