Home Shortcut
Adds a keyboard shortcut for going to a site's home page.
Wat is Home Shortcut?
Home Shortcut is een Chrome-extensie ontwikkeld door https://mattw.life, en de belangrijkste functie is "Adds a keyboard shortcut for going to a site's home page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Home Shortcut
Download Home Shortcut-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
Tap home when at the top of a page to go to that site's home page. If you aren't at the top of the page, double tap. Basisinformatie over de Extensie
| Naam | |
| ID | jllalhdceooamgigoemedpmngiaghdkj |
| Officiële URL | https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj |
| Beschrijving | Adds a keyboard shortcut for going to a site's home page. |
| Bestandsgrootte | 18.62 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2022-05-24 |
| Publicatiedatum | 2018-01-24 |
| Ontwikkelaar | https://mattw.life |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://mattw.life |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Home Shortcut",
"version": "1.0.3",
"description": "Adds a keyboard shortcut for going to a site's home page.",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": [],
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |