Hamsterbase Highlighter

# Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…

Hamsterbase Highlighter là gì?

Hamsterbase Highlighter là một tiện ích mở rộng Chrome được phát triển bởi hamsterbasebot, và tính năng chính của nó là "# Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…".

Ả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 Hamsterbase Highlighter

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

                        # Hamsterbase Highlighter

Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight text on any webpage. It is perfect for anyone who needs to highlight and save important information from online articles, research papers, or any other web-based content.

## Features

- Easy to use: simply select the text you wish to highlight and click
- Save your highlights: easily save your highlights to notion, hamsterbase.

## Privacy Policy

We take your privacy very seriously. This privacy policy describes how our plugin collects and uses your personal information.

### Collection of Information

Our plugin does not collect any personal information from you. We do not require you to provide any personal information in order to use our plugin.

### Use of Information

If you choose to bind our plugin with `Notion` and enable the auto on feature, we will send the current host information to Notion every time you visit a webpage. This is done to check if the current host has been saved before. We do not use this information for any other purpose.

## License

All content that resides under the "src/vscf" is copy from the [VS Code] project. The VS Code project is licensed under the [MIT License].

Hamsterbase Highlighter is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007. See the [LICENSE] file for more details.                    

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

Tên Hamsterbase Highlighter Hamsterbase Highlighter
ID mlcjehmgjhkjejbhbpfejgeeolahhnhc
URL Chính Thức https://chromewebstore.google.com/detail/hamsterbase-highlighter/mlcjehmgjhkjejbhbpfejgeeolahhnhc
Mô tả # Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 391
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-08-06
Ngày Phát Hành 2023-06-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hamsterbasebot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hamsterbase.com/docs/integrations/browser-extension.html
URL Trang Trợ Giúp https://hamsterbase.com/docs/support.html
URL Trang Chính Sách Bảo Mật https://hamsterbase.com/docs/legal/privacy/001.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hamsterbase Highlighter",
    "version": "1.4.0",
    "action": [],
    "background": {
        "service_worker": ".\/background\/content.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/hamsterbase.png",
        "32": "assets\/hamsterbase.png",
        "48": "assets\/hamsterbase.png",
        "128": "assets\/hamsterbase.png"
    },
    "content_scripts": [
        {
            "type": "module",
            "matches": [
                ""
            ],
            "js": [
                ".\/content-script\/style.css.js",
                ".\/content-script\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "pageCapture",
        "storage",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}