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" ] } ] } |