Notion Capture

Capture link to notion, Read it later

ما هو Notion Capture؟

Notion Capture هو إضافة Chrome تم تطويرها بواسطة xukeek، والميزة الرئيسية لها هي "Capture link to notion, Read it later".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Notion Capture

قم بتنزيل ملفات الامتداد Notion Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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": [
        ""
    ]
}