Notion Capture

Capture link to notion, Read it later

Notion Capture là gì?

Notion Capture là một tiện ích mở rộng Chrome được phát triển bởi xukeek, và tính năng chính của nó là "Capture link to notion, Read it later".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notion Capture

Tải xuống các tệp mở rộng Notion Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notion Capture Notion Capture
ID appnhbofndlicljlhoneaencemljlfcj
URL Chính Thức https://chromewebstore.google.com/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
Mô tả Capture link to notion, Read it later
Kích Thước Tệp 482 KB
Số Lần Cài Đặt 403
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2023-05-27
Ngày Phát Hành 2021-09-07
Nhà Phát Triển xukeek
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://discord.gg/pAztBJEnrJ
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}