Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in. Features vim-like key bindings, ex mode commands, hit-a-hint ... [More] navigation, advanced completion of history and bookmark URLs, vim-like status bar with wget style progress bar, minimal GUI, count supported on many commands and a comprehensive help file. [Less]

4.61667
   
  0 reviews  |  109 users  |  32,811 lines of code  |  9 current contributors  |  Analyzed 8 days ago
 
 

dwb

Compare

dwb is a lightweight web browser based on the webkit web browser engine and the gtk toolkit. dwb is highly customizable and can be easily configured through a web interface. It intends to be mostly keyboard driven, inspired by firefox's vimperator plugin.

4.0
   
  0 reviews  |  2 users  |  18,050 lines of code  |  3 current contributors  |  Analyzed 11 months ago
 
 
5.0
 
  0 reviews  |  1 user  |  51,049 lines of code  |  21 current contributors  |  Analyzed 8 days ago
 
 

GViMail requires Firefox and Vimperator. It enables Vimperator hinttags on the web interface of Gmail.

0
 
  0 reviews  |  1 user  |  179 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

功能在vimperator这个扩展的hint模式中可以通过拼音首字母过滤中文链接 例如希望打开链接“论坛”,可以在vimperator按f/F进入hint模式,然后输入lt(拼音 l un t ... [More] an),便会过滤出“论坛”以及其他类似内容。再比如“vimperator修改版”,可以输入xgb或者vimperatorxgb或者vim空格xgb(当然,通常你不要输入这么多字母,可能输入xg后链接就打开了)。 下载提供三种形式的文件,选其一即可: 对于没装过vimperator(如果你想试试,建议你先找个介绍完整的看掉,否则装好后你可能会不知所措),或者想省事的可以下载 vimperator_2.1.xpi:打包好的完整修改版(因为权限问题,可能不会自动安装,下载好后将这个文件拖入firefox就可以像平时一样安装) 对于已经在用vimperator,想自己手动替换的,可以试试下面两个(只要选一个就行了) vimperator.jar:替换你的firefox profile文件夹\extensions\vimperator@mozdev.org\chrome\vimperator.jar hints.js:替换你的firefox profile文件夹\extensions\vimperator@mozdev.org\chrome\vimperator.jar\common\content\hints.js(jar文件事实上是zip文件,可以用一般的压缩工具修改) 背景熟悉vimperator这个扩展的都知道hint模式 hint模式是用来打开链接的 对于英文链接,通过输入连接上的少量内容便可快速打开 但是中文链接只能通过输入序号打开 前一段时间受到这篇文章的启发 给vimperator也添加了类似的功能 本来是准备写成独立js形式的,但因为技术有限,只好直接修改 原理很简单,vimperator在进入hint模式时会将页面上的可点击元素、元素上的文字等存储在一个数组中 所以只要搞一个unicode到拼音的转换表将文字中的中文字符转换为拼音首字母即可 例如“firefox扩展”被转换为"firefoxkz" 已知的问题不能处理多音字,不过从我最近的使用看这一点影响不大,故暂不修改 更新20091104 在Downloads里有clwydyan修改的hints_2.2b1.js,感谢clwydyan的支持 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

Writing efficient user interfaces is the main maxim, here at Vimperator labs. We often follow the Vim way of doing things, but extend its principles when necessary. Towards this end, we've created the liberator library for Mozilla based applications, to encapsulate as many of these generic ... [More] principles as possible, and liberate developers from the tedium of reinventing the wheel. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Enabling vim type experience for songbird using the liberator API - http://www.vimperator.org. Note : This Project has been moved to http://vimperator.org Project Home - http://vimperator.org/trac/wiki/Xulmus

0
 
  0 reviews  |  0 users  |  22,585 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Vimlike SmoozieeIn English 概要Vimlike Smooziee は、VimまたはFirefoxのアドオンVimperatorのようにブラウザを操作できる、Google Chrome用のExtensionです。 Vimperatorのプラグイン_smooziee.jsの動作を取り入れています。 ... [More] Vimperatorの中でもよく使う機能に絞って、Chromeで動作させることを目標にします。 デモ インストールFeatured downloads にあるリンクをChromeで開いてください。 「保存」をクリックします。 インストールの確認が表示されるので、「インストール」をクリックします。 ※現在開発版のChrome 4でないと動作しません。開発版はこちらから入手できます。 アンインストールchrome://extensions/ からアンインストールします。 アップデートchrome://extensions/ でアップデートのボタンをクリックすることで、最新のバージョンにアップデートされます。 操作方法スクロール j、k で上下にスムーズスクロール h、l (エル)で左右にスムーズスクロール gg でページトップへスクロール、Gでページ終わりへスクロール 0 (ゼロ)でページの一番左へスクロール、$でページの一番右へスクロール 履歴 H、L でそれぞれ「戻る」「進む」 テキスト入力 gi で最初のテキストボックスにフォーカス、Esc でフォーカスを解除 テキストボックス内で、C-a 、C-e でそれぞれ カーソルを先頭、末尾へ移動 テキストボックス内で、C-f 、C-b でそれぞれ カーソルを1つ前へ、1つ後ろへ テキストボックス内で、C-d 、C-h でそれぞれ カーソルの1つ前を削除、1つ後ろを削除 テキストボックス内でカーソルが先頭にあるとき、C-a で全選択 タブ r でリロード d でタブを閉じる u で閉じたタブを復元(タブ内の閲覧履歴は復元できず) ズーム (デフォルトの「Ctrl + "+"」、「Ctrl + "-"」「Ctrl + 0」を使うほうがいいかも。) zi : 拡大 (zoom in) zo : 縮小 (zoom out) zm : たくさん拡大 (zoom more) zr : たくさん縮小 (zoom reduce) zz : 元の倍率に戻す クイックヒント (作成中) f でリンクなどに番号を表示。番号を押すとリンク先を開く(F で新しいタブで開く)。Esc で解除 「1234567890」に対応して順に「asdfghjkl;」でも数字指定できます。ホームポジションのまま指定できて便利です。(→asdfghjkl.jsの機能) ※ C-aは「Ctrl + a」、Gは「Shift + g」です。 ※ uでは、そのタブ内での閲覧履歴は復元できません。履歴も復元したいときは本来のショートカットキーである「Ctrl+Shift+t」を使ってください。 課題fでクイックヒント! ズームのドメインごとの記憶(実装してみたがスムーズに動作せず保留) C-n、C-pで次のタブ、前のタブと(C-nで新しいタブのオープンが優先されてしまうので保留) 「新しいタブ」での動作(Chrome APIが今後充実すれば対応できるのかも) [Less]

0
 
  0 reviews  |  0 users  |  613 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Writing efficient user interfaces is the main maxim, here at Vimperator labs. We often follow the Vim way of doing things, but extend its principles when necessary. Towards this end, we've created the liberator library for Mozilla based applications, to encapsulate as many of these generic ... [More] principles as possible, and liberate developers from the tedium of reinventing the wheel. This Google Code page is targeted at developers, for a shiny end-user homepage go here [Less]

0
 
  0 reviews  |  0 users  |  32,865 lines of code  |  9 current contributors  |  Analyzed 3 days ago
 
 

cvimp 的目标是将 Vimperator 的文档全部翻译为中文并持续更新。Vimperator 当前版本为 2.0,相对应的文档翻译已经完成。

0
 
  0 reviews  |  0 users  |  3,776 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.