Open in Notion Desktop

A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.

Open in Notion Desktop क्या है?

Open in Notion Desktop GrassfieldK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop."।

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

screenshot

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

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

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

                        Open a Notion link in Notion Desktop when you access any Notion page.                    

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

नाम Open in Notion Desktop Open in Notion Desktop
ID jhemecpnmipdhhogomfbfmeldmbbainb
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb
विवरण A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
फ़ाइल का आकार 10.42 KB
स्थापना संख्या 309
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-11-23
प्रकाशन तिथि 2021-11-22
डेवलपर GrassfieldK
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Notion Desktop",
    "description": "A extention open Notion Links (https:\/\/www.notion.so\/*) in Notion Desktop.",
    "version": "1.0.0",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.notion.so\/*"
    ]
}