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
公式URL 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
Eメール [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\/*"
            ]
        }
    ]
}