Notion Capture

Capture link to notion, Read it later

Notion Capture क्या है?

Notion Capture xukeek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture link to notion, Read it later"।

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

screenshot
screenshot

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

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

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

                        Quickly save links to your Notion databases
≡ Features
- Direct save link by right click
- Config default properties when save
https://discord.gg/pAztBJEnrJ
twitter: https://twitter.com/xuke11
help:https://ziyouma.vercel.app/notion
buy a coffee:https://ko-fi.com/xukek                    

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

नाम Notion Capture Notion Capture
ID appnhbofndlicljlhoneaencemljlfcj
आधिकारिक URL https://chromewebstore.google.com/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
विवरण Capture link to notion, Read it later
फ़ाइल का आकार 482 KB
स्थापना संख्या 403
वर्तमान संस्करण 1.03
अंतिम अपडेट 2023-05-27
प्रकाशन तिथि 2021-09-07
डेवलपर xukeek
ईमेल [email protected]
भुगतान के प्रकार in_app
सहायता पृष्ठ URL https://discord.gg/pAztBJEnrJ
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.03",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}