Bookmarker for Notion

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

Bookmarker for Notion là gì?

Bookmarker for Notion là một tiện ích mở rộng Chrome được phát triển bởi Zeppelin Labs, và tính năng chính của nó là "Eye-candy 21st century bookmarks, straight into your notion workspace".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmarker for Notion

Tải xuống các tệp mở rộng Bookmarker for Notion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
URL Chính Thức https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Mô tả Eye-candy 21st century bookmarks, straight into your notion workspace
Kích Thước Tệp 2.42 MB
Số Lần Cài Đặt 911
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2023-02-06
Ngày Phát Hành 2022-06-07
Đánh Giá 3.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Zeppelin Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bookmarkerfornotion.com
URL Trang Trợ Giúp http://bookmarkerfornotion.com
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}