Sidebar Note

This is a simple sidebar notepad.Contents are automatically saved.

Apa itu Sidebar Note?

Sidebar Note adalah ekstensi Chrome yang dikembangkan oleh onolog2021, dan fitur utamanya adalah "This is a simple sidebar notepad.Contents are automatically saved.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sidebar Note

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

                        Please use it for casual notes while watching Youtube, temporary reminders, etc.

!Notice!
Google extensions don't work on Chrome Web Store.
Try something other than this site.                    

Informasi Dasar Ekstensi

Nama Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
URL Resmi https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Deskripsi This is a simple sidebar notepad.Contents are automatically saved.
Ukuran File 11.52 KB
Jumlah Instalasi 731
Versi Saat Ini 0.12.1
Terakhir Diperbarui 2022-08-28
Tanggal Publikasi 2022-07-25
Penilaian 3.00/5 Total 2 Penilaian
Pengembang onolog2021
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "0.12.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/*",
                "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/font\/bootstrap-icons.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}