Keyboard Shortcuts

25 keyboard shortcut shortcuts for browser.

Keyboard Shortcutsとは何ですか?

Keyboard Shortcutsはhttps://keyboard-shortcuts.pdfwork.comによって開発されたChromeの拡張機能で、その主な機能は「25 keyboard shortcut shortcuts for browser.」です。

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

screenshot

Keyboard Shortcuts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Save time and mouse clicks by using keyboard shortcuts in the Google Chrome browser.

There are 25 pre-set keyboard shortcuts which you can modify.

You can also add in more keyboard shortcuts for features/functions you use on a constant basis.

Try using this free keyboard shortcut software today to save time when you are browsing the Internet.

These keyboard shortcuts work for both windows and mac. Try this free chrome keyboard shortcuts app today.                    

拡張機能の基本情報

名前 Keyboard Shortcuts Keyboard Shortcuts
ID eddfopoaiahkdjlledkdmmdmcjgecdeb
公式URL https://chromewebstore.google.com/detail/keyboard-shortcuts/eddfopoaiahkdjlledkdmmdmcjgecdeb
説明 25 keyboard shortcut shortcuts for browser.
ファイルサイズ 110 KB
インストール数 1,000
現在のバージョン 3.0.1
最終更新日 2023-05-23
公開日 2023-05-22
評価 4.00/5 合計 4 レビュー
開発者 https://keyboard-shortcuts.pdfwork.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://image-size.pdfwork.com/privacy-policy
対応言語 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "3.0.1",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "256": "\/icons\/icon-256.png",
        "128": "\/icons\/icon-128.png",
        "64": "\/icons\/icon-64.png",
        "32": "\/icons\/icon-32.png",
        "19": "\/icons\/icon-19.png",
        "16": "\/icons\/icon-16.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/ui\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": "\/icons\/icon-128.png"
    },
    "homepage_url": "http:\/\/keyboard-shortcuts.pdfwork.com\/",
    "commands": {
        "01-tab-previous": {
            "suggested_key": {
                "default": "Ctrl+Left",
                "windows": "Ctrl+Left",
                "mac": "Command+Left"
            },
            "description": "__MSG_tab_previous__"
        },
        "02-tab-next": {
            "suggested_key": {
                "default": "Ctrl+Right",
                "windows": "Ctrl+Right",
                "mac": "Command+Right"
            },
            "description": "__MSG_tab_next__"
        },
        "03-tab-move-to-previous": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma"
            },
            "description": "__MSG_tab_move_to_previous__"
        },
        "04-tab-move-to-next": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "windows": "Ctrl+Period",
                "mac": "Command+Period"
            },
            "description": "__MSG_tab_move_to_next__"
        },
        "tab-move-to-first": {
            "description": "__MSG_tab_move_to_first__"
        },
        "tab-move-to-last": {
            "description": "__MSG_tab_move_to_last__"
        },
        "tab-discard": {
            "description": "__MSG_tab_discard__"
        },
        "tab-reload": {
            "description": "__MSG_tab_reload__"
        },
        "tab-duplicate": {
            "description": "__MSG_tab_duplicate__"
        },
        "tab-pin": {
            "description": "__MSG_tab_pin__"
        },
        "tab-mute": {
            "description": "__MSG_tab_mute__"
        },
        "tab-close": {
            "description": "__MSG_tab_close__"
        },
        "tab-create-new": {
            "description": "__MSG_tab_create_new__"
        },
        "tab-go-back": {
            "description": "__MSG_tab_go_back__"
        },
        "tab-go-forward": {
            "description": "__MSG_tab_go_forward__"
        },
        "window-new": {
            "description": "__MSG_window_new__"
        },
        "window-new-incognito": {
            "description": "__MSG_window_new_incognito__"
        },
        "open-extensions": {
            "description": "__MSG_open_extensions__"
        },
        "open-extensions-shortcuts": {
            "description": "__MSG_open_extensions_shortcuts__"
        },
        "open-downloads": {
            "description": "__MSG_open_downloads__"
        },
        "open-settings": {
            "description": "__MSG_open_settings__"
        },
        "open-history": {
            "description": "__MSG_open_history__"
        },
        "open-bookmarks": {
            "description": "__MSG_open_bookmarks__"
        },
        "open-help": {
            "description": "__MSG_open_help__"
        },
        "open-flags": {
            "description": "__MSG_open_flags__"
        }
    },
    "permissions": [
        "tabs"
    ]
}