WebExtension.net
WebExtension.net

BloomSearch

View on Chrome Web Store
View BloomSearch Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Bloom is your quintessential search companion. Highlight text on any website and instantly search across the internet's most…
Type
Extension
Users
2 users
Treehouse Tech Labs
View author page of Treehouse Tech Labs
Published
Published on July 30, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on July 31, 2024
View on Chrome Web Store
View BloomSearch Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BloomSearch",
    "version": "1.0.0",
    "options_page": "options.html",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "event_h.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "BloomSearch",
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "options.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3
}
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