Chrome Shortcuts
This extension provides shortcuts to locations in Google Chrome
Что такое Chrome Shortcuts?
Chrome Shortcuts - это расширение Chrome, разработанное https://bytecode77.com, и его основная функция - "This extension provides shortcuts to locations in Google Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Chrome Shortcuts
Скачайте файлы расширений Chrome Shortcuts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome Shortcuts adds useful links to diverse locations in Google Chrome. Some settings are only reachable through multiple steps. This is where the extension saves time! The included shortcuts are: • Apps • Google Web Store • Bookmark Manager • History • Downloads • Settings • Advanced sync settings • Startup pages • Search engines • Content settings • Clear browsing data • Autofill settings • Passwords • Languages • Extensions • Chrome Flags • Chrome URLs Some of them are also reachable easily through the settings menu, but they are listed here, too.
Основная информация о расширении
Название | Chrome Shortcuts |
ID | fmemikdglgekjjclafhhebcdapfcbhap |
Официальный URL | https://chromewebstore.google.com/detail/chrome-shortcuts/fmemikdglgekjjclafhhebcdapfcbhap |
Описание | This extension provides shortcuts to locations in Google Chrome |
Размер файла | 40.87 KB |
Количество установок | 2,279 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2020-11-29 |
Дата публикации | 2017-04-10 |
Рейтинг | 4.64/5 Всего 14 оценок |
Разработчик | https://bytecode77.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "bytecode77", "homepage_url": "https:\/\/bytecode77.com", "name": "Chrome Shortcuts", "description": "This extension provides shortcuts to locations in Google Chrome", "version": "1.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/16.png", "default_popup": "html\/popup.html" } } |