Pocket Vim

Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.

Pocket Vimคืออะไร?

Pocket Vim เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Tomlin และคุณลักษณะหลักของมันคือ "Enable bindings on on sites like Github Gists, JS Bin, CodePen and more."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Vim

ดาวน์โหลดไฟล์ส่วนขยาย Pocket Vim ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever miss those wonderful Vim motions in js-based code editor? Pine no longer.

Note: 

This is extension is still in development. Please submit any bus/feature requests to the github repo: https://github.com/NickTomlin/pocketvim                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pocket Vim Pocket Vim
ID pjnhffdkdckcagdmfmidafhppbomjdjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg
คำอธิบาย Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.
ขนาดไฟล์ 83.3 KB
จำนวนการติดตั้ง 314
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2017-06-03
วันที่เผยแพร่ 2017-06-03
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Nick Tomlin
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/NickTomlin/pocketvim
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pocket Vim",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.",
    "default_locale": "en",
    "icons": {
        "64": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/page.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ]
}