Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Qu'est-ce que Quick Shortcuts ?
Quick Shortcuts est une extension Chrome développée par https://www.esolutions.se, et sa fonction principale est "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Shortcuts
Téléchargez les fichiers d'extension Quick Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
URL Officiel | 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. |
Taille du Fichier | 25.69 KB |
Nombre d'Installations | 847 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2017-10-15 |
Date de Publication | 2017-10-15 |
Évaluation | 4.55/5 Total 20 Évaluations |
Développeur | https://www.esolutions.se |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.esolutions.se |
URL de la Page de Politique de Confidentialité | https://www.esolutions.se/PrivacyPolicy |
Langues Prises en Charge | 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" } |