Notion Highlighter

A chrome extension for saving highlighs to your notion

Notion Highlighter là gì?

Notion Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Amber Stone, và tính năng chính của nó là "A chrome extension for saving highlighs to your notion".

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

screenshot

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

Tải xuống các tệp mở rộng Notion Highlighter 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

                        A chrome extension for saving highlighs to your notion                    

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

Tên Notion Highlighter Notion Highlighter
ID hlljedmocklhgnbjmcpjhbdaldbeceop
URL Chính Thức https://chromewebstore.google.com/detail/notion-highlighter/hlljedmocklhgnbjmcpjhbdaldbeceop
Mô tả A chrome extension for saving highlighs to your notion
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-10-15
Ngày Phát Hành 2022-10-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Amber Stone
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bryantchan.notion.site/How-to-use-6715680004f942858f7b540511d70852
URL Trang Trợ Giúp https://bryantchan.notion.site/How-to-use-6715680004f942858f7b540511d70852
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion Highlighter",
    "version": "0.0.1",
    "description": "A chrome extension for saving highlighs to your notion",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png",
        "default_title": "Click to show"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/cors-anywhere.herokuapp.com\/corsdemo\/*",
        "https:\/\/api.notion.com\/*",
        "https:\/\/amber-highlighter-proxy.bryantandk.workers.dev\/*"
    ]
}

Tiện Ích Mở Rộng Liên Quan