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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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
공식 URL 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:\/\/*\/*"
    ]
}