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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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": [
                ""
            ]
        }
    ]
}