Bookmarks to Notion

Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.

什么是Bookmarks to Notion?

Bookmarks to Notion是由https://bookmarkstonotion.com开发的Chrome扩展程序,该扩展的主要功能是“Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.”。

扩展截图

screenshot
screenshot
screenshot

下载Bookmarks to Notion扩展crx文件

下载Bookmarks to Notion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bookmarks to Notion is used for syncing your browser bookmarks to Notion databases. It helps centralize your bookmarks into notion databases.

Notion is the internet's only all-in-one workspace for essential work tools.

By syncing your browser bookmarks with Notion databases. You can easily manage your resources in one place.

To do that, you need to connect the extension with your Notion database, choose to use our template, then you can sync your browser bookmarks to Notion with 1 click.

Here is our tutorial:
https://bookmarkstonotion.com/tutorial

Features:
✅ Sync your browser bookmarks to the Notion Database with just 1 click
✅ Sync bookmark icon as Notion page icon
✅ Automatically synchronize additions, removals, or modifications of your local bookmarks to Notion
✅ Support multiple connections
✅ Support bookmark sub-folders
✅ Support multiple Notion workspaces


Features might implement:
✅ support sync Notion bookmarks database to local browser
✅ support multi-platform browsers, e.g. firefox, safari

Should you have any issues or feature requests, shoot us an email [email protected]                    

扩展基本信息

名称 Bookmarks to Notion Bookmarks to Notion
ID lplcbopdbafpdcogfmgfhedhlpepljga
官方URL https://chromewebstore.google.com/detail/bookmarks-to-notion/lplcbopdbafpdcogfmgfhedhlpepljga
简介 Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.
文件大小 273 KB
安装次数 2,025
当前版本 2.3.0
更新时间 2023-12-26
上架时间 2022-07-04
评分 4.43/5 共23次评分
开发者 https://bookmarkstonotion.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.bookmarkstonotion.com
隐私政策页面URL https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
支持的语言 en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "2.3.0",
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "home.html",
    "host_permissions": [
        "https:\/\/*.bookmarkstonotion.com\/",
        "https:\/\/api.notion.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:3000\/*",
            "https:\/\/*.bookmarkstonotion.com\/*"
        ]
    }
}