WebExtension.net
WebExtension.net

ExplainBear

View on Chrome Web Store
View ExplainBear Chrome Extension on Chrome Web Store
5.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get an explanation for selected words or phrases.
Type
Extension
Users
253 users
3
lt-extension-publisher
View author page of lt-extension-publisher
Published
Published on August 22, 2024
Version 0.4.1
Manifest version
3
Updated
Updated on September 27, 2024
View on Chrome Web Store
View ExplainBear Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "action": {
        "default_title": "Erkl\u00e4rb\u00e4r"
    },
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "js\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "sidePanel"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/close.png",
                "images\/push-pin-24x24.png",
                "images\/push-pin-pinned-24x24.png",
                "images\/bear-in-page.png",
                "images\/bear-in-page-hover.png",
                "images\/icon48.png",
                "images\/spinner.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top