WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HotPage - Customizable Homepage

HotPage - Customizable Homepage

View on Chrome Web Store
View HotPage - Customizable Homepage Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 ratings)
1 new ratings
5 views
This extension has been viewed 5 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.

A fully customizable browser homepage with widgets, themes, sticky notes, todo list, and personalization options.
Type
Extension
Users
9 users
1
Website enesehs.dev
enesehs
View author page of enesehs
Published
Published on December 18, 2025
Version 1.4.1
Manifest version
3
Updated
Updated on February 3, 2026
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View HotPage - Customizable Homepage 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",
    "manifest_version": 3,
    "name": "HotPage - Customizable Homepage",
    "short_name": "HotPage",
    "version": "1.4.1",
    "description": "A fully customizable browser homepage with widgets, themes, sticky notes, todo list, and personalization options.",
    "minimum_chrome_version": "100",
    "icons": {
        "32": "img\/White\/White_32.png",
        "48": "img\/White\/White_48.png",
        "128": "img\/White\/White_128.png",
        "256": "img\/White\/White_256.png",
        "512": "img\/White\/White_512.png"
    },
    "action": {
        "default_title": "HotPage",
        "default_icon": "img\/White\/White_32.png",
        "default_popup": "src\/popup\/index.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation",
        "search",
        "storage",
        "notifications"
    ],
    "commands": {
        "toggle-sticky-notes": {
            "suggested_key": {
                "default": "Alt+N",
                "mac": "Alt+N"
            },
            "description": "Toggle Sticky Notes panel"
        }
    },
    "optional_permissions": [
        "windows"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.open-meteo.com\/*",
        "https:\/\/api.exchangerate-api.com\/*",
        "https:\/\/api.coingecko.com\/*",
        "https:\/\/nominatim.openstreetmap.org\/*",
        "https:\/\/api.nbp.pl\/*",
        "https:\/\/ipapi.co\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0",
            "data_collection_permissions": {
                "required": [
                    "none"
                ]
            }
        }
    }
}
© 2026 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