Notion Capture

Capture link to notion, Read it later

Notion Capture란 무엇입니까?

Notion Capture은(는) xukeek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture link to notion, Read it later"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notion Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}