Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

What is Homepage?

Homepage is a Chrome extension developed by axel7083, and its main feature is "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".

Extension Screenshots

screenshot
screenshot

Download Homepage Extension CRX File

Download Homepage 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

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

Extension Basic Information

Name Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
Official URL https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
Description A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
File Size 1.01 MB
Installation Count 77
Current Version 0.3
Last Updated 2021-04-17
Publish Date 2020-10-25
Rating 5.00/5 Total 1 Ratings
Developer axel7083
Email [email protected]
Payment Type free
Extension Website https://github.com/axel0070/Homepage
Help Page URL https://github.com/axel0070/Homepage/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}