Short Cut for URL mapper

This extension will translate the URL in address bar

Co je Short Cut for URL mapper?

Short Cut for URL mapper je rozšíření Chrome vyvinuté lwpro2, a jeho hlavní funkcí je „This extension will translate the URL in address bar“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Short Cut for URL mapper

Stáhněte si soubory rozšíření Short Cut for URL mapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.                    

Základní Informace o Rozšíření

Název Short Cut for URL mapper Short Cut for URL mapper
ID lafchflokhmpcoaondfeffplkdnoaelh
Oficiální URL https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh
Popis This extension will translate the URL in address bar
Velikost souboru 629 KB
Počet instalací 17
Aktuální Verze 1.0
Poslední Aktualizace 2016-06-11
Datum Vydání 2016-06-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář lwpro2
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short Cut for URL mapper",
    "description": "This extension will translate the URL in address bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "mac": "Command+Shift+Y"
            },
            "description": "Display Id and URL of the current open\/active tab.",
            "global": true
        }
    },
    "omnibox": {
        "keyword": "sc"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ]
}