Short Cut for URL mapper
This extension will translate the URL in address bar
Short Cut for URL mapper là gì?
Short Cut for URL mapper là một tiện ích mở rộng Chrome được phát triển bởi lwpro2, và tính năng chính của nó là "This extension will translate the URL in address bar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Short Cut for URL mapper
Tải xuống các tệp mở rộng Short Cut for URL mapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
URL Chính Thức | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
Mô tả | This extension will translate the URL in address bar |
Kích Thước Tệp | 629 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-06-11 |
Ngày Phát Hành | 2016-06-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | lwpro2 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |