Get Directions
Get directions by right-clicking highlighted text.
Get Directions là gì?
Get Directions là một tiện ích mở rộng Chrome được phát triển bởi sterfry1988, và tính năng chính của nó là "Get directions by right-clicking highlighted text.".
Ả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 Get Directions
Tải xuống các tệp mở rộng Get Directions 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
Version 2.0 Updates: New icons, you can now get directions to the "Home" and "Work" values set in My places. You can add another custom address in the options of the extension. Direction extension that will allow you to highlight addresses and subjects and bring up a context menu item directly linking to the Google Maps direction list For tested behavior please enter your starting location in the options page of the extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Directions |
ID | agldbpofhddoomegokiecfjkebalgnjk |
URL Chính Thức | https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk |
Mô tả | Get directions by right-clicking highlighted text. |
Kích Thước Tệp | 37.05 KB |
Số Lần Cài Đặt | 311 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2014-05-13 |
Ngày Phát Hành | 2014-05-12 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | sterfry1988 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Directions", "description": "Get directions by right-clicking highlighted text.", "version": "2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ], "options_page": "options.html" } |