Homepage

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

Vad är Homepage?

Homepage är en Chrome-tillägg utvecklad av axel7083, och dess huvudfunktion är "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Homepage-förlängningens CRX-fil

Ladda ner Homepage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
Officiell webbadress https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
Beskrivning A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Filstorlek 1.01 MB
Antal Installationer 77
Aktuell Version 0.3
Senast Uppdaterad 2021-04-17
Publiceringsdatum 2020-10-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare axel7083
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/axel0070/Homepage
Hjälpsida URL https://github.com/axel0070/Homepage/issues
Stödda Språk 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"
    }
}