Notion Notes

Save your highlights as notes to Notion

Notion Notes là gì?

Notion Notes là một tiện ích mở rộng Chrome được phát triển bởi AADevelopers, và tính năng chính của nó là "Save your highlights as notes to Notion".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Notion Notes 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

                        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                    

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

Tên Notion Notes Notion Notes
ID ilehjnkhpecbpcpknpdghocgkdiaakmh
URL Chính Thức https://chromewebstore.google.com/detail/notion-notes/ilehjnkhpecbpcpknpdghocgkdiaakmh
Mô tả Save your highlights as notes to Notion
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 4,499
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-08-10
Ngày Phát Hành 2022-07-14
Đánh Giá 4.94/5 Tổng số 31 Đánh Giá
Nhà Phát Triển AADevelopers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.notionnotes.com
URL Trang Trợ Giúp https://tulip-swoop-fe5.notion.site/Contact-US-7c8749725fc64455b440c762a23acb30
URL Trang Chính Sách Bảo Mật https://tulip-swoop-fe5.notion.site/Privacy-Policy-81ebdd8ea27f4a71bda02153a56c8a66
Ngôn Ngữ Được Hỗ Trợ 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
}