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ファイルをダウンロード
Vimium Canary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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", " |