ShortcutKey2URL for Chrome

ShortcutKey2URL provide a shortcut key to easily access frequently visit sites.

ShortcutKey2URL for Chrome란 무엇입니까?

ShortcutKey2URL for Chrome은(는) https://www.enjoyxstudy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ShortcutKey2URL provide a shortcut key to easily access frequently visit sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ShortcutKey2URL for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ShortcutKey2URL for Chrome is an extension for Google Chrome that allows you to open, and move url using shortcut keys. You can also run JavaScript.

Display the action list with the startup key and execute the action with the next key.

The startup key default is Ctrl+Period(on mac, Command+Comma). You can change this key later.

Characters that can be used as keys are not limited to one character. It can be set as multiple characters. ShrotcutKey2URL executes its action from the characters entered consecutively as keys when the target is narrowed down to one.

The items that can be set as actions are as follows.
* Jump to URL. For already opened URL, go to that tab. Open it as a new tab if it is not already open.
* Open URL in new tab.
* Open URL in current tab.
* Execute the JavaScript on the current tab.
* Open URL as a new tab and then execute the JavaScript.
* Open specified URL in incognito window.
* Open same URL as the current tab in incognito window.                    

확장 프로그램 기본 정보

이름 ShortcutKey2URL for Chrome ShortcutKey2URL for Chrome
ID hfohmffbfcobmhfgpkbcjjaijmfplcdg
공식 URL https://chromewebstore.google.com/detail/shortcutkey2url-for-chrom/hfohmffbfcobmhfgpkbcjjaijmfplcdg
설명 ShortcutKey2URL provide a shortcut key to easily access frequently visit sites.
파일 크기 229 KB
설치 횟수 2,186
현재 버전 1.6.2
최근 업데이트 2023-11-06
출시 날짜 2020-03-23
평점 5.00/5 총 10 개의 평점
개발자 https://www.enjoyxstudy.com
이메일 onozaty+chrome@gmail.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/onozaty/chrome-shortcutkey2url
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.6.2",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/onozaty\/chrome-shortcutkey2url",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "actions.js",
            "settings.js",
            "handler.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "ShortcutKey2URL",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Comma"
            }
        }
    },
    "default_locale": "en"
}