Sidebar Note

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

Co to jest Sidebar Note?

Sidebar Note to rozszerzenie Chrome opracowane przez onolog2021, a jego główną funkcją jest „This is a simple sidebar notepad.Contents are automatically saved.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sidebar Note

Pobierz pliki rozszerzeń Sidebar Note w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
Oficjalny URL https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Opis This is a simple sidebar notepad.Contents are automatically saved.
Rozmiar pliku 11.52 KB
Liczba instalacji 731
Aktualna Wersja 0.12.1
Ostatnia Aktualizacja 2022-08-28
Data Publikacji 2022-07-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper onolog2021
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}