Sidebar Note

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

Sidebar Noteとは何ですか?

Sidebar Noteはonolog2021によって開発されたChromeの拡張機能で、その主な機能は「This is a simple sidebar notepad.Contents are automatically saved.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sidebar Note拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}