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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}