MacroKing
Shortcuts to browse the web without the need for a mouse.
Τι είναι το MacroKing;
Το MacroKing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MacroKing, και η κύρια λειτουργία του είναι "Shortcuts to browse the web without the need for a mouse.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MacroKing
Λήψη αρχείων επέκτασης 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" ] } ] } |