Shortcuts for Chrome
This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.
Shortcuts for Chromeとは何ですか?
Shortcuts for ChromeはHIDevによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.」です。
拡張機能のスクリーンショット
Shortcuts for Chrome拡張機能のCRXファイルをダウンロード
Shortcuts for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Shortcuts is a new extension that allows you to easily access most important chrome pages without loosing much time to find a specific page. Chrome Shortcuts main Chrome pages are: • History • Clear Browser Data • Extensions • Settings • Downloads • Bookmarks • Apps (new) • Chrome Web Store Chrome Shortcuts also includes almost all the other Chrome pages which can be found in Advanced and All pages. For questions, reports, feedback, support or anything related to Chrome Shortcuts contact us at [email protected]
拡張機能の基本情報
名前 | Shortcuts for Chrome |
ID | hcjhjbmpmnemeejoleljopmmfbcncbao |
公式URL | https://chromewebstore.google.com/detail/shortcuts-for-chrome/hcjhjbmpmnemeejoleljopmmfbcncbao |
説明 | This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu. |
ファイルサイズ | 11.72 KB |
インストール数 | 935 |
現在のバージョン | 1.2 |
最終更新日 | 2014-04-04 |
公開日 | 2014-04-04 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | HIDev |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shortcuts for Chrome", "description": "This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.", "version": "1.2", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon-19.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "19": "icon-19.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "options_page": "chromeUrls.html", "offline_enabled": true } |