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是由https://www.esolutions.se开发的Chrome扩展程序,该扩展的主要功能是“Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.”。
扩展截图
下载Quick Shortcuts扩展crx文件
下载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" } |