NotionExtensions

Your notion.so workspace, with all the missing features.

什麼是NotionExtensions?

NotionExtensions是由https://notionextensions.com開發的Chrome擴展程式,該擴展的主要功能是“Your notion.so workspace, with all the missing features.”。

擴展截圖

screenshot
screenshot

下載NotionExtensions擴展crx文件

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

擴展使用說明

                        NotionExtensions provides small & configurable tools that make you more productive on notion.so.

With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace.

More info at: https://notionextensions.com/                    

擴展基本資訊

名稱 NotionExtensions NotionExtensions
ID kngfbhmaimflbboiolphlbdbippdglbl
官方網址 https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl
簡介 Your notion.so workspace, with all the missing features.
檔案大小 121 KB
安裝次數 1,703
目前版本 0.0.7
更新時間 2022-12-12
上架時間 2022-02-21
開發者 https://notionextensions.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://app.notionextensions.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NotionExtensions",
    "version": "0.0.7",
    "description": "Your notion.so workspace, with all the missing features.",
    "icons": {
        "512": "assets\/icons\/icon-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "js": [
                "src\/entryPoint.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "512": "assets\/icons\/icon-512.png"
        },
        "default_popup": "src\/popup.html",
        "default_title": "NotionExtensions"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/index.js"
            ],
            "matches": [
                "*:\/\/*.notion.so\/*"
            ]
        }
    ]
}