Vim Tips - New Tab Replacement

Practical Vim Tips shown on your new tab page.

What is Vim Tips - New Tab Replacement?

Vim Tips - New Tab Replacement is a Chrome extension developed by Alex Baldwin, and its main feature is "Practical Vim Tips shown on your new tab page.".

Extension Screenshots

screenshot

Download Vim Tips - New Tab Replacement Extension CRX File

Download Vim Tips - New Tab Replacement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Learn a new vim command every time you open up a new tab.                    

Extension Basic Information

Name Vim Tips - New Tab Replacement Vim Tips - New Tab Replacement
ID lbhnkgjaoonakhladmcjkemebepeohkn
Official URL https://chromewebstore.google.com/detail/vim-tips-new-tab-replacem/lbhnkgjaoonakhladmcjkemebepeohkn
Description Practical Vim Tips shown on your new tab page.
File Size 83.73 KB
Installation Count 532
Current Version 0.5
Last Updated 2017-10-08
Publish Date 2017-10-07
Rating 4.88/5 Total 16 Ratings
Developer Alex Baldwin
Payment Type free
Extension Website https://github.com/alexbaldwin/vimtips
Help Page URL https://github.com/alexbaldwin/vimtips/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vim Tips - New Tab Replacement",
    "short_name": "Vim Tips",
    "description": "Practical Vim Tips shown on your new tab page.",
    "version": "0.5",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com;",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}