Bookmarker for Notion

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

Was ist Bookmarker for Notion?

Bookmarker for Notion ist eine Chrome-Erweiterung, die von Zeppelin Labs entwickelt wurde, und ihr Hauptmerkmal ist "Eye-candy 21st century bookmarks, straight into your notion workspace".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bookmarker for Notion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarker for Notion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Offizielle URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Beschreibung Eye-candy 21st century bookmarks, straight into your notion workspace
Dateigröße 2.42 MB
Installationsanzahl 911
Aktuelle Version 0.1.7
Letztes Update 2023-02-06
Veröffentlichungsdatum 2022-06-07
Bewertung 3.67/5 Insgesamt 9 Bewertungen
Entwickler Zeppelin Labs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://bookmarkerfornotion.com
Hilfeseite URL http://bookmarkerfornotion.com
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}