Bookmarker for Notion

Eye-candy 21st century bookmarks, straight into your notion workspace

Bookmarker for Notionとは何ですか?

Bookmarker for NotionはZeppelin Labsによって開発されたChromeの拡張機能で、その主な機能は「Eye-candy 21st century bookmarks, straight into your notion workspace」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bookmarker for Notion拡張機能のCRXファイルをダウンロード

Bookmarker for Notion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Forget your old-fashioned web-bookmarks and get auto generated content previews that magnify your content, creating amazing Notion collections.                    

拡張機能の基本情報

名前 Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
公式URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
説明 Eye-candy 21st century bookmarks, straight into your notion workspace
ファイルサイズ 2.42 MB
インストール数 911
現在のバージョン 0.1.7
最終更新日 2023-02-06
公開日 2022-06-07
評価 3.67/5 合計 9 レビュー
開発者 Zeppelin Labs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://bookmarkerfornotion.com
ヘルプページのURL http://bookmarkerfornotion.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarker for Notion",
    "author": "Zeppelin Labs",
    "version": "0.1.7",
    "description": "Eye-candy 21st century bookmarks, straight into your notion workspace",
    "homepage_url": "https:\/\/bookmarkerfornotion.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Open the popup",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}