Short Cut for URL mapper
This extension will translate the URL in address bar
Co to jest Short Cut for URL mapper?
Short Cut for URL mapper to rozszerzenie Chrome opracowane przez lwpro2, a jego główną funkcją jest „This extension will translate the URL in address bar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Short Cut for URL mapper
Pobierz pliki rozszerzeń Short Cut for URL mapper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Podstawowe informacje o rozszerzeniu
Nazwa | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
Oficjalny URL | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Opis | This extension will translate the URL in address bar |
Rozmiar pliku | 629 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-06-11 |
Data Publikacji | 2016-06-11 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | lwpro2 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |