Short Cut for URL mapper
This extension will translate the URL in address bar
Qu'est-ce que Short Cut for URL mapper ?
Short Cut for URL mapper est une extension Chrome développée par lwpro2, et sa fonction principale est "This extension will translate the URL in address bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Short Cut for URL mapper
Téléchargez les fichiers d'extension Short Cut for URL mapper 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
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Informations de Base sur l'Extension
Nom | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
URL Officiel | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Description | This extension will translate the URL in address bar |
Taille du Fichier | 629 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-06-11 |
Date de Publication | 2016-06-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | lwpro2 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |