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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}