Short Cut for URL mapper
This extension will translate the URL in address bar
Apa itu Short Cut for URL mapper?
Short Cut for URL mapper adalah ekstensi Chrome yang dikembangkan oleh lwpro2, dan fitur utamanya adalah "This extension will translate the URL in address bar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Short Cut for URL mapper
Unduh file ekstensi Short Cut for URL mapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Informasi Dasar Ekstensi
Nama | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
URL Resmi | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Deskripsi | This extension will translate the URL in address bar |
Ukuran File | 629 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-06-11 |
Tanggal Publikasi | 2016-06-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | lwpro2 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |