Short Cut for URL mapper
This extension will translate the URL in address bar
What is Short Cut for URL mapper?
Short Cut for URL mapper is a Chrome extension developed by lwpro2, and its main feature is "This extension will translate the URL in address bar".
Extension Screenshots
Download Short Cut for URL mapper Extension CRX File
Download Short Cut for URL mapper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Extension Basic Information
Name | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
Official URL | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Description | This extension will translate the URL in address bar |
File Size | 629 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2016-06-11 |
Publish Date | 2016-06-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | lwpro2 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |