WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vimium C - All by Keyboard

Vimium C - All by Keyboard

View on Chrome Web Store
View Vimium C - All by Keyboard Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (194 ratings)
1 new ratings
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A keyboard shortcut tool for keyboard-based page navigation and browser tab operations with an advanced omnibar and global shortcuts
Type
Extension
Users
40,000 users
10K
gdh1995
View author page of gdh1995
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 9, 2015
Version 2.12.2
Manifest version
3
Updated
Updated on April 16, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Vimium C - All by Keyboard Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "action": {
        "default_icon": {
            "19": "icons\/enabled_19.png",
            "38": "icons\/enabled_38.png"
        },
        "default_popup": "pages\/action.html",
        "default_title": "__MSG_name__\n\n__MSG_noActiveState__"
    },
    "author": "[email protected]",
    "background": {
        "service_worker": "background\/worker.js",
        "type": "module"
    },
    "commands": {
        "createTab": {
            "description": "__MSG_createTab_s__"
        },
        "goBack": {
            "description": "__MSG_goBack_s__"
        },
        "goForward": {
            "description": "__MSG_goForward_s__"
        },
        "previousTab": {
            "description": "__MSG_previousTab_s__"
        },
        "quickNext": {
            "description": "__MSG_quickNext_s__"
        },
        "reloadTab": {
            "description": "__MSG_reloadTab_s__"
        },
        "userCustomized1": {
            "description": "__MSG_userCustomized__ 1"
        },
        "userCustomized2": {
            "description": "__MSG_userCustomized__ 2"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/vimium-c.js"
            ],
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/gdh1995\/vimium-c",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "spanning",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaZQnkvrHvNlwXPnSfavEya+9sPtVgBR2hWLsNvwdv6+zHRGr\/qhqEbtof1v7gDXzpC5+Dr4kOay6aflw5CaFzA1zyVJySAjpb0RkVh774kp9msRpjyb39obSIWAIB76PTwawEAE+K1f26jXDbTC2gEBe4OWk5KW9u9+KoTmeKLHo73ScR1jFcFaOTbrhwHtIDqj00vpIfrSAofpLIq1gP\/\/Og+FoOT4dF107fwlVfDJuu171svuT68wmcKStl6OANxcnXCXE6OWbeZcjMehcQH41wzTtDugmt0o8w+hJ2WVugwWWmGmE8qSiwo9QYZTJW+5EvMcmNZWUmPbTLGkGQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "v"
    },
    "optional_host_permissions": [
        "chrome:\/\/*\/*",
        "chrome:\/\/new-tab-page\/*"
    ],
    "optional_permissions": [
        "bookmarks",
        "downloads",
        "downloads.shelf",
        "contentSettings"
    ],
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "favicon",
        "history",
        "notifications",
        "offscreen",
        "scripting",
        "search",
        "sessions",
        "storage",
        "tabGroups",
        "tabs",
        "webNavigation"
    ],
    "short_name": "Vimium C",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.12.2",
    "version_name": "2.12.2",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*",
                "front\/vomnibar*",
                "lib\/*"
            ],
            "matches": [
                "<all_urls>",
                "chrome-extension:\/\/*\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top