Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Что такое Quick Shortcuts?
Quick Shortcuts - это расширение Chrome, разработанное https://www.esolutions.se, и его основная функция - "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
Снимки экрана расширения
Скачать файл CRX расширения Quick Shortcuts
Скачайте файлы расширений Quick Shortcuts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a new toolbar button with shortcuts to: * New tab * Print page with backgrounds * Extension * Downloads * Bookmark manager * View Page Source * Settings * History * Cookies * Clear browsing data * Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) * Loaded modules * Memory usage * Exprerimental features * Chrome Urls (All Chrome pages) Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. It is also easier with icons to quickly find what you are looking for. This Extension also allows you to print the currently displayed Web Page with background colors and background images
Основная информация о расширении
Название | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
Официальный URL | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
Описание | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
Размер файла | 25.69 KB |
Количество установок | 847 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2017-10-15 |
Дата публикации | 2017-10-15 |
Рейтинг | 4.55/5 Всего 20 оценок |
Разработчик | https://www.esolutions.se |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.esolutions.se |
URL страницы политики конфиденциальности | https://www.esolutions.se/PrivacyPolicy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "Quick Shortcuts" }, "offline_enabled": true, "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "Quick Shortcuts", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.6" } |