Home Shortcut
Adds a keyboard shortcut for going to a site's home page.
Vad är Home Shortcut?
Home Shortcut är en Chrome-tillägg utvecklad av https://mattw.life, och dess huvudfunktion är "Adds a keyboard shortcut for going to a site's home page.".
Tilläggsskärmbilder
Ladda ner Home Shortcut-förlängningens CRX-fil
Ladda ner Home Shortcut-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jllalhdceooamgigoemedpmngiaghdkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj |
| Beskrivning | Adds a keyboard shortcut for going to a site's home page. |
| Filstorlek | 18.62 KB |
| Antal Installationer | 121 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2022-05-24 |
| Publiceringsdatum | 2018-01-24 |
| Utvecklare | https://mattw.life |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://mattw.life |
| Stödda Språk | 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"
}
} | |