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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}