Sidebar Note

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

Wat is Sidebar Note?

Sidebar Note is een Chrome-extensie ontwikkeld door onolog2021, en de belangrijkste functie is "This is a simple sidebar notepad.Contents are automatically saved.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sidebar Note

Download Sidebar Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
Officiële URL https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Beschrijving This is a simple sidebar notepad.Contents are automatically saved.
Bestandsgrootte 11.52 KB
Aantal Installaties 731
Huidige Versie 0.12.1
Laatst Bijgewerkt 2022-08-28
Publicatiedatum 2022-07-25
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar onolog2021
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}