Home Shortcut
Adds a keyboard shortcut for going to a site's home page.
Что такое Home Shortcut?
Home Shortcut - это расширение Chrome, разработанное https://mattw.life, и его основная функция - "Adds a keyboard shortcut for going to a site's home page.".
Снимки экрана расширения
Скачать файл CRX расширения Home Shortcut
Скачайте файлы расширений Home Shortcut в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | jllalhdceooamgigoemedpmngiaghdkj |
| Официальный URL | https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj |
| Описание | Adds a keyboard shortcut for going to a site's home page. |
| Размер файла | 18.62 KB |
| Количество установок | 121 |
| Текущая Версия | 1.0.3 |
| Последнее Обновление | 2022-05-24 |
| Дата публикации | 2018-01-24 |
| Разработчик | https://mattw.life |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://mattw.life |
| Поддерживаемые языки | 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"
}
} | |