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文件

下載Notion Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}