Notion Notes

Save your highlights as notes to Notion

Notion Notes क्या है?

Notion Notes AADevelopers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your highlights as notes to Notion"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        NotionNotes - You click, we Save!

NotionNotes saves your highlights/notes in just single click and doesn't require any manual setup, Just sign in and you are good to go.
1. It will increase your productivity and let you focus on you research
2. One click save!
3. No database or page setup required
4. Save Images to notion workspace
5. Save to any notion page you want
6. Visit you notion pages directly from extension
7. Visit the URLs of the pages from which the highlights were taken
8. Filter, sort and export you notes                    

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

नाम Notion Notes Notion Notes
ID ilehjnkhpecbpcpknpdghocgkdiaakmh
आधिकारिक URL https://chromewebstore.google.com/detail/notion-notes/ilehjnkhpecbpcpknpdghocgkdiaakmh
विवरण Save your highlights as notes to Notion
फ़ाइल का आकार 163 KB
स्थापना संख्या 4,499
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2022-08-10
प्रकाशन तिथि 2022-07-14
रेटिंग 4.94/5 कुल 31 रेटिंग्स
डेवलपर AADevelopers
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.notionnotes.com
सहायता पृष्ठ URL https://tulip-swoop-fe5.notion.site/Contact-US-7c8749725fc64455b440c762a23acb30
गोपनीयता नीति पृष्ठ URL https://tulip-swoop-fe5.notion.site/Privacy-Policy-81ebdd8ea27f4a71bda02153a56c8a66
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Notes",
    "version": "0.1.2",
    "description": "Save your highlights as notes to Notion",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/notionLogo.png",
                "assets\/NotionNotes.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/NotionNotes-16.png",
        "32": "assets\/NotionNotes-32.png",
        "48": "assets\/NotionNotes-48.png",
        "128": "assets\/NotionNotes-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/NotionNotes-16.png",
            "32": "assets\/NotionNotes-32.png",
            "48": "assets\/NotionNotes-48.png",
            "128": "assets\/NotionNotes-128.png"
        },
        "default_title": "Notion Notes",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}