Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Vad är Quick Shortcuts?
Quick Shortcuts är en Chrome-tillägg utvecklad av https://www.esolutions.se, och dess huvudfunktion är "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".
Tilläggsskärmbilder
Ladda ner Quick Shortcuts-förlängningens CRX-fil
Ladda ner Quick Shortcuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
Officiell webbadress | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
Beskrivning | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
Filstorlek | 25.69 KB |
Antal Installationer | 847 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2017-10-15 |
Publiceringsdatum | 2017-10-15 |
Betyg | 4.55/5 Totalt 20 Betyg |
Utvecklare | https://www.esolutions.se |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.esolutions.se |
URL till Sekretesspolicy Sidan | https://www.esolutions.se/PrivacyPolicy |
Stödda Språk | 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" } |