Short Cut for URL mapper
This extension will translate the URL in address bar
Short Cut for URL mapperคืออะไร?
Short Cut for URL mapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lwpro2 และคุณลักษณะหลักของมันคือ "This extension will translate the URL in address bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Short Cut for URL mapper
ดาวน์โหลดไฟล์ส่วนขยาย Short Cut for URL mapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
คำอธิบาย | This extension will translate the URL in address bar |
ขนาดไฟล์ | 629 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-11 |
วันที่เผยแพร่ | 2016-06-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lwpro2 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/" ] } |