Inspect and view changes in Vim me up source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Vim me up",
"version": "1.0",
"description": "Brings vim bindings",
"icons": {
"48": "icons/border-48.png",
"96": "icons/border-96.png"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"vim-me-up.js"
]
}
]
}