WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Earth

Earth

View on Chrome Web Store
View Earth Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

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

Earth Extension will enable you to get High Resolution Satellite Images directly from your Search Bar. Earth Extension will set…
Type
Extension
Users
40,000 users
10K
Earth
View author page of Earth
Published
Published on March 29, 2025
Version 1.0.0.0
Manifest version
3
Updated
Updated on March 29, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Earth Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "short_name": "Earth",
    "name": "Earth",
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*.json"
            ]
        }
    ],
    "icons": {
        "128": "assets\/image\/earthlogo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "search"
    },
    "host_permissions": [
        "*:\/\/earthapp.net\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Online",
            "keyword": "EarthApp",
            "search_url": "https:\/\/earthapp.net\/admin\/public\/link?q={searchTerms}",
            "suggest_url": "https:\/\/earthapp.net\/admin\/public\/autosuggest?searchTerm={searchTerms}",
            "favicon_url": "https:\/\/earthapp.net\/admin\/public\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}
© 2025 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