Sidebar Note

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

Что такое Sidebar Note?

Sidebar Note - это расширение Chrome, разработанное onolog2021, и его основная функция - "This is a simple sidebar notepad.Contents are automatically saved.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Sidebar Note

Скачайте файлы расширений Sidebar Note в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
Официальный URL https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Описание This is a simple sidebar notepad.Contents are automatically saved.
Размер файла 11.52 KB
Количество установок 731
Текущая Версия 0.12.1
Последнее Обновление 2022-08-28
Дата публикации 2022-07-25
Рейтинг 3.00/5 Всего 2 оценок
Разработчик onolog2021
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}