Bookmarker for Notion

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

Wat is Bookmarker for Notion?

Bookmarker for Notion is een Chrome-extensie ontwikkeld door Zeppelin Labs, en de belangrijkste functie is "Eye-candy 21st century bookmarks, straight into your notion workspace".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmarker for Notion

Download Bookmarker for Notion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Officiële URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Beschrijving Eye-candy 21st century bookmarks, straight into your notion workspace
Bestandsgrootte 2.42 MB
Aantal Installaties 911
Huidige Versie 0.1.7
Laatst Bijgewerkt 2023-02-06
Publicatiedatum 2022-06-07
Beoordeling 3.67/5 Totaal 9 Beoordelingen
Ontwikkelaar Zeppelin Labs
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://bookmarkerfornotion.com
Help Pagina-URL http://bookmarkerfornotion.com
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}