Bookmarker for Notion

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

Co to jest Bookmarker for Notion?

Bookmarker for Notion to rozszerzenie Chrome opracowane przez Zeppelin Labs, a jego główną funkcją jest „Eye-candy 21st century bookmarks, straight into your notion workspace”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bookmarker for Notion

Pobierz pliki rozszerzeń Bookmarker for Notion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Oficjalny URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Opis Eye-candy 21st century bookmarks, straight into your notion workspace
Rozmiar pliku 2.42 MB
Liczba instalacji 911
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2023-02-06
Data Publikacji 2022-06-07
Ocena 3.67/5 Łącznie 9 Oceny
Deweloper Zeppelin Labs
E-mail alejandro@zeppelinlabs.io
Typ Płatności free
Strona Rozszerzenia http://bookmarkerfornotion.com
Adres URL Strony Pomocy http://bookmarkerfornotion.com
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}