应用简介
The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.*NOTE* Google does not allow Vimium to run on this gallery page and the Chrome New Tab page, by design.*NOTE* Chrome has some alarmist messaging around the permissions that Vimium needs to run. Really all it's asking for is that its javascript be loaded into every page. Don't be alarmed. Vimium never talks to any servers and does absolutely nothing with your data. Read the open source code if you're paranoid.*NOTE* You can search by regular expressions. See here: https://github.com/philc/vimium/wiki/Find-ModeFor more information on rebinding your keys, see the README at https://github.com/philc/vimium/blob/master/README.markdownModifier keys are specified as, , for ctrl+x, meta+x, and alt+x respectively. See the next section for instructions on modifying these bindings. Navigating the current page:? show the help dialog for a list of all available keysh scroll leftj scroll downk scroll upl scroll rightgg scroll to top of the pageG scroll to bottom of the paged scroll down half a pageu scroll up half a pagef open a link in the current tabF open a link in a new tabr reloadgs view sourcei enter insert mode -- all commands will be ignored until you hit esc to exityy copy the current url to the clipboardyf copy a link url to the clipboardgf cycle forward to the next frameNavigating to new pages:o Open URL, bookmark, or history entryO Open URL, bookmark, history entry in a new tabb Open bookmarkB Open bookmark in a new tabUsing find:/ enter find mode -- type your search query and hit enter to search or esc to canceln cycle forward to the next find matchN cycle backward to the previous find matchNavigating your history:H go back in historyL go forward in historyManipulating tabs:J, gT go one tab leftK, gt go one tab rightg0 go to the first tabg$ go to the last tabt create tabx close current tabX restore closed tab (i.e. unwind the 'x' command)T search through your open tabsAdditional advanced browsing commands:]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.[[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.open multiple links in a new tab gi focus the first (or n-th) text input box on the pagegu go up one level in the URL hierarchyzH scroll all the way leftzL scroll all the way rightVimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or) will clear any partial commands in the queue and will also exit insert and find modes. 1.40 (10/27/2012)- Bugfixes.- Added options for search engines and regex find.- Pressing unmapped keys in hints mode now deactivates the mode.To see older release notes, go to http://github.com/philc/vimium/blob/master/README.markdown
配置文件
Code
1 | {"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","manifest_version":2,"name":"Vimium","version":"1.66","description":"The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.","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"," |