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 |
Eメール | [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" } |