MacroKing
Shortcuts to browse the web without the need for a mouse.
Co je MacroKing?
MacroKing je rozšíření Chrome vyvinuté MacroKing, a jeho hlavní funkcí je „Shortcuts to browse the web without the need for a mouse.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MacroKing
Stáhněte si soubory rozšíření MacroKing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | MacroKing |
ID | hccaieleebofbogbhfcbacfpbphfaedb |
Oficiální URL | https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb |
Popis | Shortcuts to browse the web without the need for a mouse. |
Velikost souboru | 47.25 KB |
Počet instalací | 17 |
Aktuální Verze | 0.21 |
Poslední Aktualizace | 2014-06-27 |
Datum Vydání | 2014-06-26 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | MacroKing |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |