Firenvim
Turn your browser into a Neovim GUI.
Firenvimとは何ですか?
FirenvimはGhjuvan Lacambreによって開発されたChromeの拡張機能で、その主な機能は「Turn your browser into a Neovim GUI.」です。
拡張機能のスクリーンショット
Firenvim拡張機能のCRXファイルをダウンロード
Firenvim拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension lets you use Neovim directly from your browser. Contrary to other extensions, it does not open a new OS window.
In order to install it you need:
- This Chrome addon
- Neovim >=0.4.0
- The firenvim neovim plugin: https://github.com/glacambre/firenvim
- Once the firenvim neovim plugin is installed, run `:call firenvim#install()` 拡張機能の基本情報
| 名前 | |
| ID | egpjdkipkomnmjhjmdamaniclmdlobbo |
| 公式URL | https://chromewebstore.google.com/detail/firenvim/egpjdkipkomnmjhjmdamaniclmdlobbo |
| 説明 | Turn your browser into a Neovim GUI. |
| ファイルサイズ | 325 KB |
| インストール数 | 2,768 |
| 現在のバージョン | 0.2.15 |
| 最終更新日 | 2023-08-12 |
| 公開日 | 2020-06-23 |
| 評価 | 4.87/5 合計 30 レビュー |
| 開発者 | Ghjuvan Lacambre |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/glacambre/firenvim |
| ヘルプページのURL | https://github.com/glacambre/firenvim/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": "firenvim128.png",
"default_popup": "browserAction.html",
"default_title": "Firenvim"
},
"commands": {
"nvimify": {
"description": "Turn the currently focused element into a neovim iframe.",
"suggested_key": {
"default": "Ctrl+E"
}
},
"send_C-n": {
"description": "Send Ctrl-n to firenvim."
},
"send_C-t": {
"description": "Send Ctrl-t to firenvim."
},
"send_C-w": {
"description": "Send Ctrl-w to firenvim."
},
"toggle_firenvim": {
"description": "Toggle Firenvim in the current tab."
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"match_about_blank": true,
"matches": [
" | |