Sidebar Note

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

Sidebar Note क्या है?

Sidebar Note onolog2021 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple sidebar notepad.Contents are automatically saved."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sidebar Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}