Shortcut Forwarding Tool

Provide 32 configurable shortcuts and forward them to another extension like Vimium C

Shortcut Forwarding Tool란 무엇입니까?

Shortcut Forwarding Tool은(는) https://gdh1995.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provide 32 configurable shortcuts and forward them to another extension like Vimium C"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Shortcut Forwarding Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides 32 global shortcut placeholders, and it will forward all shortcut messages to another (configurable) extension.

The common usage of this extension is to forward all shortcuts to Vimium C ( https://chrome.google.com/webstore/detail/vimium-c-all-by-keyboard/hfjbmagddngcpeloejdejnfgbamkjaeg ), and then you may trigger Vimium C's tens of commands easily, without taking care of what modes you're currently in.

For example, if you:
* specify "Alt+Shift+H" for "Custom Shortcut 1" in the shortcut settings page (chrome://extensions/shortcuts),
* and add `shortcut userCustomized1 command="showHelp"` to Vimium C's custom key mappings,
* then you'll be able to trigger Vimium C's help panel by Alt+Shift+H, even when a text box or Vomnibar is showing and focused.

Please note that, if you have modified some options of Vimium C, you may need to add its extension id (clnalilglegcjmlgenoppklmfppddien) to Vimium C's "Allow list of other extension IDs" settings.


### Comments

Vimium C is a keyboard shortcut tool for keyboard-based page navigation and browser tab operations with an advanced omnibar and about 8 global shortcuts, and this extension can help you specify up to 32 global shortcuts for it, making it more convenient.

If you want to use this with Vimium C, it requires Vimium C v1.76.3, and v1.77 or higher versions are recommended.                    

확장 프로그램 기본 정보

이름 Shortcut Forwarding Tool Shortcut Forwarding Tool
ID clnalilglegcjmlgenoppklmfppddien
공식 URL https://chromewebstore.google.com/detail/shortcut-forwarding-tool/clnalilglegcjmlgenoppklmfppddien
설명 Provide 32 configurable shortcuts and forward them to another extension like Vimium C
파일 크기 26.26 KB
설치 횟수 661
현재 버전 1.1.0
최근 업데이트 2020-08-10
출시 날짜 2019-11-17
평점 5.00/5 총 3 개의 평점
개발자 https://gdh1995.cn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gdh1995/vimium-c-helpers/tree/master/shortcuts#readme
도움말 페이지 URL https://github.com/gdh1995/vimium-c-helpers/issues
개인정보 보호 정책 페이지 URL https://github.com/gdh1995/vimium-c/blob/master/PRIVACY-POLICY.md
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "author": "[email protected]",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "userCustomized01": {
            "description": "__MSG_custom__1__MSG_cshort__"
        },
        "userCustomized02": {
            "description": "__MSG_custom__2__MSG_cshort__"
        },
        "userCustomized03": {
            "description": "__MSG_custom__3__MSG_cshort__"
        },
        "userCustomized04": {
            "description": "__MSG_custom__4__MSG_cshort__"
        },
        "userCustomized05": {
            "description": "__MSG_custom__5__MSG_cshort__"
        },
        "userCustomized06": {
            "description": "__MSG_custom__6__MSG_cshort__"
        },
        "userCustomized07": {
            "description": "__MSG_custom__7__MSG_cshort__"
        },
        "userCustomized08": {
            "description": "__MSG_custom__8__MSG_cshort__"
        },
        "userCustomized09": {
            "description": "__MSG_custom__9__MSG_cshort__"
        },
        "userCustomized10": {
            "description": "__MSG_custom__10__MSG_cshort__"
        },
        "userCustomized11": {
            "description": "__MSG_custom__11__MSG_cshort__"
        },
        "userCustomized12": {
            "description": "__MSG_custom__12__MSG_cshort__"
        },
        "userCustomized13": {
            "description": "__MSG_custom__13__MSG_cshort__"
        },
        "userCustomized14": {
            "description": "__MSG_custom__14__MSG_cshort__"
        },
        "userCustomized15": {
            "description": "__MSG_custom__15__MSG_cshort__"
        },
        "userCustomized16": {
            "description": "__MSG_custom__16__MSG_cshort__"
        },
        "userCustomized17": {
            "description": "__MSG_custom__17__MSG_cshort__"
        },
        "userCustomized18": {
            "description": "__MSG_custom__18__MSG_cshort__"
        },
        "userCustomized19": {
            "description": "__MSG_custom__19__MSG_cshort__"
        },
        "userCustomized20": {
            "description": "__MSG_custom__20__MSG_cshort__"
        },
        "userCustomized21": {
            "description": "__MSG_custom__21__MSG_cshort__"
        },
        "userCustomized22": {
            "description": "__MSG_custom__22__MSG_cshort__"
        },
        "userCustomized23": {
            "description": "__MSG_custom__23__MSG_cshort__"
        },
        "userCustomized24": {
            "description": "__MSG_custom__24__MSG_cshort__"
        },
        "userCustomized25": {
            "description": "__MSG_custom__25__MSG_cshort__"
        },
        "userCustomized26": {
            "description": "__MSG_custom__26__MSG_cshort__"
        },
        "userCustomized27": {
            "description": "__MSG_custom__27__MSG_cshort__"
        },
        "userCustomized28": {
            "description": "__MSG_custom__28__MSG_cshort__"
        },
        "userCustomized29": {
            "description": "__MSG_custom__29__MSG_cshort__"
        },
        "userCustomized30": {
            "description": "__MSG_custom__30__MSG_cshort__"
        },
        "userCustomized31": {
            "description": "__MSG_custom__31__MSG_cshort__"
        },
        "userCustomized32": {
            "description": "__MSG_custom__32__MSG_cshort__"
        }
    },
    "content_security_policy": "script-src 'self' chrome-extension:\/\/hfjbmagddngcpeloejdejnfgbamkjaeg\/ chrome-extension:\/\/aibcglbfblnogfjhbcmmpobjhnomhcdo\/; style-src 'self' 'unsafe-inline'; default-src 'none'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/gdh1995\/vimium-c-helpers\/tree\/master\/shortcuts",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "incognito": "spanning",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6S8kOUOcgoifCLqzFGS2N04Gg\/dEvne9vnQ8Le4cRXzJ1K4S2yHHKxumECHLVLK4rFvYbl84XrHk+Te9S7zc7q85watdrlnSiplyPUTeJgeHPUC9Ts4Fd69O4VDdM5xyB70l+UIszKXmoHe\/OjFMJ9MC6BcvLHz4kN73jC8cstH\/h1qwmYXFIVCUqyCOaXrq4eAEG9R27Oq7Rd57CYwTySUDBLhvBT1+KgT8x48I8Ej6clLhoPVBuq4wXy0gpVtqCop4q4Hs52dc1t8fErIdFHFPLZe5S66OguFi6+\/LTIHGI5zldHPjpV2ai\/uKk8SE60WRqHB9QSBwsW\/fLbxIWwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}