Bookmarker for Notion

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

What is Bookmarker for Notion?

Bookmarker for Notion is a Chrome extension developed by Zeppelin Labs, and its main feature is "Eye-candy 21st century bookmarks, straight into your notion workspace".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bookmarker for Notion Extension CRX File

Download Bookmarker for Notion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Official URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Description Eye-candy 21st century bookmarks, straight into your notion workspace
File Size 2.42 MB
Installation Count 911
Current Version 0.1.7
Last Updated 2023-02-06
Publish Date 2022-06-07
Rating 3.67/5 Total 9 Ratings
Developer Zeppelin Labs
Email [email protected]
Payment Type free
Extension Website http://bookmarkerfornotion.com
Help Page URL http://bookmarkerfornotion.com
Supported Languages 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": [
                ""
            ]
        }
    ]
}