Bookmarker for Notion

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

Apa itu Bookmarker for Notion?

Bookmarker for Notion adalah ekstensi Chrome yang dikembangkan oleh Zeppelin Labs, dan fitur utamanya adalah "Eye-candy 21st century bookmarks, straight into your notion workspace".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmarker for Notion

Unduh file ekstensi Bookmarker for Notion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
URL Resmi https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Deskripsi Eye-candy 21st century bookmarks, straight into your notion workspace
Ukuran File 2.42 MB
Jumlah Instalasi 911
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2023-02-06
Tanggal Publikasi 2022-06-07
Penilaian 3.67/5 Total 9 Penilaian
Pengembang Zeppelin Labs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bookmarkerfornotion.com
URL Halaman Bantuan http://bookmarkerfornotion.com
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}