CrossFire for Google Chrome™
CrossFire (Opera Spatial Navigation) for Chrome.
CrossFire for Google Chrome™란 무엇입니까?
CrossFire for Google Chrome™은(는) mallowlabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CrossFire (Opera Spatial Navigation) for Chrome."입니다.
확장 프로그램 스크린샷
CrossFire for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:
mallowlabs
Volker 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 확장 프로그램 기본 정보
| 이름 | |
| 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"
}
} | |