Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Cos'è Quick Shortcuts?
Quick Shortcuts è un'estensione di Chrome sviluppata da https://www.esolutions.se, e la sua funzione principale è "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Shortcuts
Scarica i file di estensione Quick Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
Descrizione | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
Dimensione del File | 25.69 KB |
Conteggio Installazioni | 847 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2017-10-15 |
Data di Pubblicazione | 2017-10-15 |
Valutazione | 4.55/5 Totale 20 Valutazioni |
Sviluppatore | https://www.esolutions.se |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.esolutions.se |
URL della Pagina della Politica sulla Privacy | https://www.esolutions.se/PrivacyPolicy |
Lingue Supportate | 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" } |