Vimium Canary
This is the development branch of Vimium (it is beta software).
Vimium Canary란 무엇입니까?
Vimium Canary은(는) Stephen Blott에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the development branch of Vimium (it is beta software)."입니다.
확장 프로그램 스크린샷
Vimium Canary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the development branch of Vimium. It is typically ahead of the official release by a number of bug fixes and new features. However, it may also be unreliable. (Note: name changed from "Vimium Dev" to "Vimium Canary", which better describes its purpose.)
확장 프로그램 기본 정보
이름 | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
공식 URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
설명 | This is the development branch of Vimium (it is beta software). |
파일 크기 | 233 KB |
설치 횟수 | 49 |
현재 버전 | 1.64.6 |
최근 업데이트 | 2019-05-19 |
출시 날짜 | 2019-05-19 |
개발자 | Stephen Blott |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/philc/vimium/issues |
도움말 페이지 URL | https://github.com/philc/vimium/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vimium Canary", "version": "1.64.6", "description": "This is the development branch of Vimium (it is beta software).", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "minimum_chrome_version": "51.0", "background": { "scripts": [ "lib\/utils.js", "lib\/settings.js", "background_scripts\/bg_utils.js", "background_scripts\/commands.js", "background_scripts\/exclusions.js", "background_scripts\/completion_engines.js", "background_scripts\/completion_search.js", "background_scripts\/completion.js", "background_scripts\/marks.js", "background_scripts\/main.js" ] }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "tabs", "bookmarks", "history", "clipboardRead", "storage", "sessions", "notifications", "webNavigation", " |