Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
What is Quick Shortcuts?
Quick Shortcuts is a Chrome extension developed by https://www.esolutions.se, and its main feature is "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
Extension Screenshots
Download Quick Shortcuts Extension CRX File
Download Quick Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
Official URL | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
Description | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
File Size | 25.69 KB |
Installation Count | 847 |
Current Version | 1.0.6 |
Last Updated | 2017-10-15 |
Publish Date | 2017-10-15 |
Rating | 4.55/5 Total 20 Ratings |
Developer | https://www.esolutions.se |
[email protected] | |
Payment Type | free |
Extension Website | https://www.esolutions.se |
Privacy Policy Page URL | https://www.esolutions.se/PrivacyPolicy |
Supported Languages | 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" } |