CrossFire for Google Chrome™
CrossFire (Opera Spatial Navigation) for Chrome.
CrossFire for Google Chrome™คืออะไร?
CrossFire for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mallowlabs และคุณลักษณะหลักของมันคือ "CrossFire (Opera Spatial Navigation) for Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrossFire for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย CrossFire for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CrossFire for Chrome allows you to move to the next link with a keyboard. This method is called "Spatial Navigation" in Opera and "CrossFire" in Firefox Addons. Usage: Shift + Up : navigate up Shift + Down : navigate down Shift + Left : navigate left Shift + Right : navigate right Enter: navigate the focused link History: 0.2.6: add ignoring if event.defaultPrevented == true (thanks github.com/ijprest!) 0.2.5: add ignoring Content editable documents (thanks github.com/takuya!) 0.2.4: update manifest version 0.2.3: highlight by extension rename extension name 0.2.2: option page to change keybindings 0.2.1: work on https://* show the icon in chrome:extensions page Authors: mallowlabsVolker Eichhorn Repository: http://github.com/mallowlabs/crossfire-chrome/ This extension is an open source software (The MIT License). Need more functions? You can get "CrossFire Plus" extension by oowildcat. https://chrome.google.com/webstore/detail/crossfire-plus/gdgjkoipaaipbipkfddlgocgpfffnnhd
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CrossFire for Google Chrome™ |
ID | koagbjdgdmedlijoflccgpiaelepedam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crossfire-for-google-chro/koagbjdgdmedlijoflccgpiaelepedam |
คำอธิบาย | CrossFire (Opera Spatial Navigation) for Chrome. |
ขนาดไฟล์ | 13.26 KB |
จำนวนการติดตั้ง | 405 |
เวอร์ชันปัจจุบัน | 0.2.6 |
อัปเดตครั้งล่าสุด | 2015-08-02 |
วันที่เผยแพร่ | 2015-08-01 |
คะแนน | 4.35/5 รวมทั้งหมด 51 คะแนน |
ผู้พัฒนา | mallowlabs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/mallowlabs/crossfire-chrome/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "js": [ "crossfire-chrome.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "version": "0.2.6", "name": "CrossFire for Google Chrome\u2122", "options_page": "options.html", "background": { "script": "background.js", "page": "background.html" }, "description": "CrossFire (Opera Spatial Navigation) for Chrome.", "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "48x48.png" } } |