Vim Tips - New Tab Replacement

Practical Vim Tips shown on your new tab page.

Vim Tips - New Tab Replacement란 무엇입니까?

Vim Tips - New Tab Replacement은(는) Alex Baldwin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Practical Vim Tips shown on your new tab page."입니다.

확장 프로그램 스크린샷

screenshot

Vim Tips - New Tab Replacement 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Vim Tips - New Tab Replacement Vim Tips - New Tab Replacement
ID lbhnkgjaoonakhladmcjkemebepeohkn
공식 URL https://chromewebstore.google.com/detail/vim-tips-new-tab-replacem/lbhnkgjaoonakhladmcjkemebepeohkn
설명 Practical Vim Tips shown on your new tab page.
파일 크기 83.73 KB
설치 횟수 532
현재 버전 0.5
최근 업데이트 2017-10-08
출시 날짜 2017-10-07
평점 4.88/5 총 16 개의 평점
개발자 Alex Baldwin
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/alexbaldwin/vimtips
도움말 페이지 URL https://github.com/alexbaldwin/vimtips/issues
지원되는 언어 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"
    }
}