Notion Notes

Save your highlights as notes to Notion

Notion Notes란 무엇입니까?

Notion Notes은(는) AADevelopers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your highlights as notes to Notion"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NotionNotes - You click, we Save!

NotionNotes saves your highlights/notes in just single click and doesn't require any manual setup, Just sign in and you are good to go.
1. It will increase your productivity and let you focus on you research
2. One click save!
3. No database or page setup required
4. Save Images to notion workspace
5. Save to any notion page you want
6. Visit you notion pages directly from extension
7. Visit the URLs of the pages from which the highlights were taken
8. Filter, sort and export you notes                    

확장 프로그램 기본 정보

이름 Notion Notes Notion Notes
ID ilehjnkhpecbpcpknpdghocgkdiaakmh
공식 URL https://chromewebstore.google.com/detail/notion-notes/ilehjnkhpecbpcpknpdghocgkdiaakmh
설명 Save your highlights as notes to Notion
파일 크기 163 KB
설치 횟수 4,499
현재 버전 0.1.2
최근 업데이트 2022-08-10
출시 날짜 2022-07-14
평점 4.94/5 총 31 개의 평점
개발자 AADevelopers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.notionnotes.com
도움말 페이지 URL https://tulip-swoop-fe5.notion.site/Contact-US-7c8749725fc64455b440c762a23acb30
개인정보 보호 정책 페이지 URL https://tulip-swoop-fe5.notion.site/Privacy-Policy-81ebdd8ea27f4a71bda02153a56c8a66
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Notes",
    "version": "0.1.2",
    "description": "Save your highlights as notes to Notion",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/notionLogo.png",
                "assets\/NotionNotes.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/NotionNotes-16.png",
        "32": "assets\/NotionNotes-32.png",
        "48": "assets\/NotionNotes-48.png",
        "128": "assets\/NotionNotes-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/NotionNotes-16.png",
            "32": "assets\/NotionNotes-32.png",
            "48": "assets\/NotionNotes-48.png",
            "128": "assets\/NotionNotes-128.png"
        },
        "default_title": "Notion Notes",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}