Bookmarker for Notion

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

Co je Bookmarker for Notion?

Bookmarker for Notion je rozšíření Chrome vyvinuté Zeppelin Labs, a jeho hlavní funkcí je „Eye-candy 21st century bookmarks, straight into your notion workspace“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bookmarker for Notion

Stáhněte si soubory rozšíření Bookmarker for Notion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Oficiální URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Popis Eye-candy 21st century bookmarks, straight into your notion workspace
Velikost souboru 2.42 MB
Počet instalací 911
Aktuální Verze 0.1.7
Poslední Aktualizace 2023-02-06
Datum Vydání 2022-06-07
Hodnocení 3.67/5 Celkem 9 Hodnocení
Vývojář Zeppelin Labs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://bookmarkerfornotion.com
URL Stránky Nápovědy http://bookmarkerfornotion.com
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}