ShortcutKey2URL for Chrome

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

Qu'est-ce que ShortcutKey2URL for Chrome ?

ShortcutKey2URL for Chrome est une extension Chrome développée par https://www.enjoyxstudy.com, et sa fonction principale est "ShortcutKey2URL provide a shortcut key to easily access frequently visit sites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ShortcutKey2URL for Chrome

Téléchargez les fichiers d'extension ShortcutKey2URL for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ShortcutKey2URL for Chrome ShortcutKey2URL for Chrome
ID hfohmffbfcobmhfgpkbcjjaijmfplcdg
URL Officiel https://chromewebstore.google.com/detail/shortcutkey2url-for-chrom/hfohmffbfcobmhfgpkbcjjaijmfplcdg
Description ShortcutKey2URL provide a shortcut key to easily access frequently visit sites.
Taille du Fichier 229 KB
Nombre d'Installations 2,186
Version Actuelle 1.6.2
Dernière Mise à Jour 2023-11-06
Date de Publication 2020-03-23
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://www.enjoyxstudy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/onozaty/chrome-shortcutkey2url
Langues Prises en Charge 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"
}