Bookmarker for Notion

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

ما هو Bookmarker for Notion؟

Bookmarker for Notion هو إضافة Chrome تم تطويرها بواسطة Zeppelin Labs، والميزة الرئيسية لها هي "Eye-candy 21st century bookmarks, straight into your notion workspace".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bookmarker for Notion

قم بتنزيل ملفات الامتداد Bookmarker for Notion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
الوصف Eye-candy 21st century bookmarks, straight into your notion workspace
حجم الملف 2.42 MB
عدد التثبيتات 911
النسخة الحالية 0.1.7
آخر تحديث 2023-02-06
تاريخ النشر 2022-06-07
تقييم 3.67/5 مجموع تقييمات 9
المطور Zeppelin Labs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://bookmarkerfornotion.com
عنوان صفحة المساعدة http://bookmarkerfornotion.com
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}