SideNotion

Turn Notion into your online lecture sidekick.

SideNotion क्या है?

SideNotion rizhaow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn Notion into your online lecture sidekick."।

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

screenshot
screenshot
screenshot

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

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

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

                        Record lecture screenshots in one command 📷
Speed up, pause, capture videos, without leaving Notion or your keyboard ⌨️
Works for any website 🌐
Saved to your Notion document automatically 📝

Number 1 Product of the Day on ProductHunt
https://www.producthunt.com/posts/sidenotion                    

एक्सटेंशन की मूल जानकारी

नाम SideNotion SideNotion
ID ihjmeedcmbeapmaagcjpngemnckiooih
आधिकारिक URL https://chromewebstore.google.com/detail/sidenotion/ihjmeedcmbeapmaagcjpngemnckiooih
विवरण Turn Notion into your online lecture sidekick.
फ़ाइल का आकार 982 KB
स्थापना संख्या 1,170
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2022-08-31
प्रकाशन तिथि 2021-12-07
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर rizhaow
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sidenotion.30apps.me
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLSdq6KtGZKvPLN2KBaxyw3D37PidA9EBFAfYUtaR7Vq8mGuZdQ/viewform?usp=sf_link
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn Notion into your online lecture sidekick.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "constants.js",
                "utils.js",
                "packages\/interact.js",
                "recorder.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "constants.js",
                "utils.js",
                "packages\/intro.js",
                "packages\/micromodal.js",
                "packages\/mousetrap.js",
                "packages\/mousetrap-record.js",
                "packages\/mousetrap-pause.js",
                "content.js"
            ],
            "css": [
                "packages\/intro.css"
            ],
            "matches": [
                "http:\/\/www.notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "192": "images\/icon192.png"
        },
        "default_title": "SideNotion",
        "default_popup": "popup\/popup.html"
    },
    "name": "SideNotion",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "SideNotion",
    "version": "1.4.1"
}