Short Cut for URL mapper
This extension will translate the URL in address bar
Wat is Short Cut for URL mapper?
Short Cut for URL mapper is een Chrome-extensie ontwikkeld door lwpro2, en de belangrijkste functie is "This extension will translate the URL in address bar".
Extensie Screenshots
Download het CRX-bestand van de extensie Short Cut for URL mapper
Download Short Cut for URL mapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Basisinformatie over de Extensie
Naam | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
Officiële URL | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Beschrijving | This extension will translate the URL in address bar |
Bestandsgrootte | 629 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-06-11 |
Publicatiedatum | 2016-06-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | lwpro2 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |