Homepage
A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Wat is Homepage?
Homepage is een Chrome-extensie ontwikkeld door axel7083, en de belangrijkste functie is "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".
Extensie Screenshots
Download het CRX-bestand van de extensie Homepage
Download Homepage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Homepage |
ID | lldjhjmaljndmlnbomjcofanjalieahb |
Officiële URL | https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb |
Beschrijving | A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts… |
Bestandsgrootte | 1.01 MB |
Aantal Installaties | 77 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2021-04-17 |
Publicatiedatum | 2020-10-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | axel7083 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/axel0070/Homepage |
Help Pagina-URL | https://github.com/axel0070/Homepage/issues |
Ondersteunde Talen | 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" } } |