Skip to content

Latest commit

 

History

History
96 lines (76 loc) · 3.27 KB

README.md

File metadata and controls

96 lines (76 loc) · 3.27 KB

Vimium is awesome, HNTP is awesome, too. but vimium cann't run on the HNTP tabpage. so, I merge them, let they works well. Finally, it looks like this:

Install

install VimiumTabpage.crx

  1. Download VimiumTabpage.crx to your computer.
  2. Open chrome extensions page: chrome://extensions/ ( or menu > More tools > Extensions)
  3. Enable Developer Mode ( toggle button in top-right corner ), and Press F5 refresh the page.
  4. Drag the VimiumTabpage.crx extension file ( crx file should likely be in your Downloads directory ), and Drop it into the Extensions window to install. install
  5. optional Disable Developer mode

or Install from github

1. Git Clone

git clone https://github.com/wishrivers/VimiumTabpage.git
git submodule init
git submodule update

2. Chrome Install

  1. Open chrome extensions page: chrome://extensions ( or menu > More tools > Extensions)
  2. Enable Developer Mode ( toggle button in top-right corner )
  3. click Load unpacked, select the VimiumTabpage dir path: /path/to/VimiumTabpage
  4. optional Disable Developer mode

Config

Vimium - Link Hint: Sky Blue Style

Vimium > options > Advanced Options > CSS for Vimium UI:

div > .vimiumHintMarker {
    background: #111111 !important;
    border: 1px solid #222222;
    padding: 2px 5px 0px 5px;
}

div > .vimiumHintMarker span {
    color: deepskyblue;
    font-size: 14px;
    font-weight: normal;
    padding-right: 1px;
}

div > .vimiumHintMarker > .matchingCharacter {
    color: red;
    font-size: 25px;
    font-weight: bold;
    padding-right: 2px;
}

Disable Blue Theme

if you donn't like the Blue Dark Theme, comment or delete these lines:

  • VimiumTabpage/vimium/pages/vomnibar.html:
    <link rel="stylesheet" type="text/css" href="../vimtab/vomnibar-blue.css" />
  • VimiumTabpage/HumbleNewTabPage/newtab.html:
    <link rel="stylesheet" type="text/css" href="../vimium/vimtab/tabpage-linkhint-blue.css" />

HumbleNewTabPage: Background Image

Options > Appearance > Background image - Choose file open a new tab, and then click the small 🔧wrench icon in the upper-right corner of the page to access the Options.

Usage

1. Ctrl+T or t: New Tabpage

page

2. press f: Link hits

hint hint2

3. press o: Vimium bar

search

press T: Tab

tabs tabs2

press b: Bookmark

bookmark