Hamsterbase Highlighter

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

Hamsterbase Highlighter क्या है?

Hamsterbase Highlighter hamsterbasebot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "# Hamsterbase Highlighter Hamsterbase Highlighter is a versatile web highlighting software that allows users to easily highlight…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hamsterbase Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}