Short Cut for URL mapper
This extension will translate the URL in address bar
Was ist Short Cut for URL mapper?
Short Cut for URL mapper ist eine Chrome-Erweiterung, die von lwpro2 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will translate the URL in address bar".
Erweiterungsscreenshots
Short Cut for URL mapper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Short Cut for URL mapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lafchflokhmpcoaondfeffplkdnoaelh | 
| Offizielle URL | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh | 
| Beschreibung | This extension will translate the URL in address bar | 
| Dateigröße | 629 KB | 
| Installationsanzahl | 17 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2016-06-11 | 
| Veröffentlichungsdatum | 2016-06-11 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | lwpro2 | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/"
    ]
}  |  |