Bookmarker for Notion

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

Cos'è Bookmarker for Notion?

Bookmarker for Notion è un'estensione di Chrome sviluppata da Zeppelin Labs, e la sua funzione principale è "Eye-candy 21st century bookmarks, straight into your notion workspace".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarker for Notion

Scarica i file di estensione Bookmarker for Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
URL Ufficiale https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Descrizione Eye-candy 21st century bookmarks, straight into your notion workspace
Dimensione del File 2.42 MB
Conteggio Installazioni 911
Versione Corrente 0.1.7
Ultimo Aggiornamento 2023-02-06
Data di Pubblicazione 2022-06-07
Valutazione 3.67/5 Totale 9 Valutazioni
Sviluppatore Zeppelin Labs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bookmarkerfornotion.com
URL della Pagina di Aiuto http://bookmarkerfornotion.com
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}