Hamsterbase Highlighter

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

什麼是Hamsterbase Highlighter?

Hamsterbase Highlighter是由hamsterbasebot開發的Chrome擴展程式,該擴展的主要功能是“# Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…”。

擴展截圖

screenshot

下載Hamsterbase Highlighter擴展crx文件

下載Hamsterbase Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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.                    

擴展基本資訊

名稱 Hamsterbase Highlighter Hamsterbase Highlighter
ID mlcjehmgjhkjejbhbpfejgeeolahhnhc
官方網址 https://chromewebstore.google.com/detail/hamsterbase-highlighter/mlcjehmgjhkjejbhbpfejgeeolahhnhc
簡介 # Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…
檔案大小 419 KB
安裝次數 391
目前版本 1.4.0
更新時間 2023-08-06
上架時間 2023-06-07
評分 3.67/5 共 3 次評分
開發者 hamsterbasebot
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hamsterbase.com/docs/integrations/browser-extension.html
說明頁面URL https://hamsterbase.com/docs/support.html
隱私政策頁面URL https://hamsterbase.com/docs/legal/privacy/001.html
支援的語言 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:\/\/*\/*"
    ]
}