Cherry Browser extension

Browser extension for Cherry the open source self-hostable bookmark service

What is Cherry Browser extension?

Cherry Browser extension is a Chrome extension developed by haishan, and its main feature is "Browser extension for Cherry the open source self-hostable bookmark service".

Extension Screenshots

screenshot

Download Cherry Browser extension Extension CRX File

Download Cherry Browser 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

                        Chrome extension for Cherry the open source self-hostable bookmark service.


Source code: https://github.com/haishanh/cherry-periphery/tree/main/packages/ext                    

Extension Basic Information

Name Cherry Browser extension Cherry Browser extension
ID klpbmdnmnbcabnaammeinopljnmdnili
Official URL https://chromewebstore.google.com/detail/cherry-browser-extension/klpbmdnmnbcabnaammeinopljnmdnili
Description Browser extension for Cherry the open source self-hostable bookmark service
File Size 57.09 KB
Installation Count 230
Current Version 0.0.6
Last Updated 2022-10-18
Publish Date 2022-08-23
Developer haishan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cherry Browser extension",
    "description": "Browser extension for Cherry the open source self-hostable bookmark service",
    "version": "0.0.6",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "icons": {
        "16": "\/images\/leaf-16.png",
        "32": "\/images\/leaf-32.png",
        "48": "\/images\/leaf-48.png",
        "128": "\/images\/leaf-128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/leaf-16.png",
            "32": "\/images\/leaf-32.png",
            "48": "\/images\/leaf-48.png",
            "128": "\/images\/leaf-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    }
}