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" } |