Higlighter Extension

Highlight text on web pages into Nostr

What is Higlighter Extension?

Higlighter Extension is a Chrome extension developed by pfer, and its main feature is "Highlight text on web pages into Nostr".

Extension Screenshots

screenshot

Download Higlighter Extension Extension CRX File

Download Higlighter Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight text on web pages into Nostr                    

Extension Basic Information

Name Higlighter Extension Higlighter Extension
ID hkicahoeiljchfoopjibfdnibceelecp
Official URL https://chromewebstore.google.com/detail/higlighter-extension/hkicahoeiljchfoopjibfdnibceelecp
Description Highlight text on web pages into Nostr
File Size 225 KB
Installation Count 87
Current Version 0.2.1
Last Updated 2023-08-08
Publish Date 2023-06-30
Developer pfer
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Higlighter Extension",
    "version": "0.2.1",
    "description": "Highlight text on web pages into Nostr",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Higlighter"
    },
    "side_panel": {
        "default_path": "side_panel.html",
        "openPanelOnActionClick": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "sidePanel",
        "tabs"
    ]
}