MacroKing
Shortcuts to browse the web without the need for a mouse.
MacroKingとは何ですか?
MacroKingはMacroKingによって開発されたChromeの拡張機能で、その主な機能は「Shortcuts to browse the web without the need for a mouse.」です。
拡張機能のスクリーンショット
MacroKing拡張機能のCRXファイルをダウンロード
MacroKing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hate using your mouse constantly to navigate the web? Want to improve workflow and add those crucial seconds to your time? Then this extension is for you! Hold F10, type shortcut number and then release F10. With MacroKing keyboard shortcuts are added to navigational elements allowing you to cruise through sites without the need of a mouse! This is still an early release expect to see huge updates in the coming weeks! Mac users will get an update soon!
拡張機能の基本情報
名前 | MacroKing |
ID | hccaieleebofbogbhfcbacfpbphfaedb |
公式URL | https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb |
説明 | Shortcuts to browse the web without the need for a mouse. |
ファイルサイズ | 47.25 KB |
インストール数 | 17 |
現在のバージョン | 0.21 |
最終更新日 | 2014-06-27 |
公開日 | 2014-06-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | MacroKing |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MacroKing", "description": "Shortcuts to browse the web without the need for a mouse.", "version": "0.21", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "mk-styles.css" ], "js": [ "jquery.js", "content.min.js", "jquery.visible.min.js" ] } ] } |