Keyboard Control for Chrome™

Keyboard shortcuts for navigation and control. Vim like bindings.

Keyboard Control for Chrome™とは何ですか?

Keyboard Control for Chrome™は安東邦泰によって開発されたChromeの拡張機能で、その主な機能は「Keyboard shortcuts for navigation and control. Vim like bindings.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Keyboard Control for Chrome™拡張機能のCRXファイルをダウンロード

Keyboard Control for Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        keyboard shortcuts for navigation and control.
Vim keybindings extension.  
  

No ads, no spyware.

v9.3
    Deprecate and Remove KeyboardEvent.keyIdenfitier (Chrome 54)

v9.2 
    execute scripts
    alias mode (localstorage -> bookmarks)

v8.8 bugfix (scrolling)
v8.3 multi link opener
v8.0 added some commands
v7.0 
    smooth scroll
    screen capture

v6.1 added show clock
v5.0 added get text
v4.3 added extension manager




**********NOTE**********
Google does not allow extensions to run on built-in Chrome pages.
(Setting page and New Tab page)
   
   

    
    
---hit a hint---
Hit-a-Hint
Hit-a-Hint -newtab
Hit-a-Hint -continuous
   
   
---scroll---
scroll up
scroll down
scroll left
scroll right
scroll to top
scroll to bottom
scroll down full page
scroll up full page
scroll up half page
scroll up half page
   
     
---select tab---
select first tab
select last tab
select left tab
select right tab
select next window
   
    
---history---
forward in history
back in history
   
     
---search web---
search web
search web in new tab
    
    
---tab list---
show tabList
   
    
---open---
open bookmark
open bookmark in new tab
open history entry
open history entry in new tab
open URL
open URL in new tab
open URL in new tab background
   
    
---focus---
focus first text input
blur focus
focus next editable element
focus previous editable element
   
   
---close/restore---
close current tab
close left tabs
close right tabs
close other tabs
close current window
restore closed tab
   
    
---pin/unpin---
pin/unpin tab
  
    
---create---
create new tab
create new tab background
create new window
    
    
---to clipboard---
copy current URL
copy url and title
copy url and title as a tag
URL Shortener
    
    
---link label---
follow link labeled next
follow link labeled previous
   
    
---go to---
go to parent dir
go to root
   
    
---mark---
set mark
jump to mark
  
   
---split window---
split window vertically
split window horizontally
     
   
---reload---
reload
cacheless reload
reload all tabs
    
   
---search text---
search mode forward
search mode backward
   
   
---URL Alias---
URL alias mode
    
    
---sort tab---
sort tab (title)
sort tab (URL)
sort tab (id)
   

---screenshot---
full page screen
visible part of the page


---etc----
duplicate tab
store/load tabs
save as MHTML
options page                    

拡張機能の基本情報

名前 Keyboard Control for Chrome™ Keyboard Control for Chrome™
ID mhofehfbkjmeldlgkbleegeffhaocceg
公式URL https://chrome.google.com/webstore/detail/keyboard-control-for-chro/mhofehfbkjmeldlgkbleegeffhaocceg
説明 Keyboard shortcuts for navigation and control. Vim like bindings.
ファイルサイズ 830 KB
インストール数 4,000
現在のバージョン 9.4
最終更新日 2018-02-13
公開日 2018-02-13
評価 3.94/5 合計 35 レビュー
開発者 安東邦泰
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "Keyboard Control for Chrome\u2122",
    "description": "Keyboard shortcuts for navigation and control. Vim like bindings.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "iframe.html",
        "img\/picon.png"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "history",
        "pageCapture",
        "clipboardWrite",
        "clipboardRead",
        "downloads",
        "sessions",
        "management",
        ""
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; connect-src *; img-src *; frame-src *; object-src 'self'",
    "version": "9.4"
}