Web Notepad

Free Chrome extention notepad

Apa itu Web Notepad?

Web Notepad adalah ekstensi Chrome yang dikembangkan oleh gopityro, dan fitur utamanya adalah "Free Chrome extention notepad".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Notepad

Unduh file ekstensi Web Notepad 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

                        A Free online web notepad.

You can add your notes and save directly.
You can add notes/text from websites you visit by just select the text and right click add to notes.                    

Informasi Dasar Ekstensi

Nama Web Notepad Web Notepad
ID hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
URL Resmi https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Deskripsi Free Chrome extention notepad
Ukuran File 67.74 KB
Jumlah Instalasi 517
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-04
Tanggal Publikasi 2019-03-25
Penilaian 5.00/5 Total 4 Penilaian
Pengembang gopityro
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html"
    },
    "description": "Free Chrome extention notepad",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Web Notepad",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "version": "1.0"
}