Notion Quick Notes

Utilities for easy note taking with Notion

Notion Quick Notes क्या है?

Notion Quick Notes PatrikT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utilities for easy note taking with Notion"।

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

screenshot
screenshot

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

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

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

                        Helps with quick note taking in Notion (https://notion.so).

Rules in Notion:
* Use only top-level pages (never nest pages under each other)
* Use square brackets in the title of a page to add labels eg. [cooking]

Extension actions:
* Alt+T - create new page
* Alt+L - show existing labels -> click a label to see its pages

Go create a new Workspace in Notion and try quick-and-easy note taking with this extension!                    

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

नाम Notion Quick Notes Notion Quick Notes
ID mjmgfnhinkdnieleomgojemahjekgmkn
आधिकारिक URL https://chromewebstore.google.com/detail/notion-quick-notes/mjmgfnhinkdnieleomgojemahjekgmkn
विवरण Utilities for easy note taking with Notion
फ़ाइल का आकार 18.17 KB
स्थापना संख्या 1,611
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-04-05
प्रकाशन तिथि 2021-04-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर PatrikT
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLSckFaP55fTBAz-bBJuyNAwfpKuChk_5uL1bloPlPKdyNtPqqA/viewform?usp=sf_link
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Quick Notes",
    "version": "1.0.0",
    "description": "Utilities for easy note taking with Notion",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "https:\/\/notion.so\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "new_note": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Create new note"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+L"
            }
        }
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/qn16.png",
            "32": "images\/qn32.png",
            "48": "images\/qn48.png",
            "128": "images\/qn128.png"
        }
    },
    "icons": {
        "16": "images\/qn16.png",
        "32": "images\/qn32.png",
        "48": "images\/qn48.png",
        "128": "images\/qn128.png"
    },
    "manifest_version": 2
}