Virtouring for Chrome Extension
Virtouring is a chrome extension that is cruising at on Street View.
Virtouring for Chrome Extension là gì?
Virtouring for Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi LIUNQA, và tính năng chính của nó là "Virtouring is a chrome extension that is cruising at on Street View.".
Ả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 Virtouring for Chrome Extension
Tải xuống các tệp mở rộng Virtouring for Chrome Extension 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
VirtouringはGoogleのStreet View画面を走って見えるように、画面を自動的に切り替えるながら表示するChrome 拡張機能です。 ChromeにてStreet Viewを表示するとURL欄にアイコンが表示されるので、それをクリックすると現在のStreet Viewと同じ場所が表示されます。各ボタンは意味は以下のとおりです。 「Cruise」で走行し始めます。カーブがあれば、それに従い方向を自動的に修正します。走行時間は約45secほどです。 「Stop」で停止します。 「Snapshot」で現在の画面の静止画を別ウィンドウで表示します。 「View StreetView」で現在の場所をStreet Viewで表示します。 「About」でバージョンを表示します。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ocpancpcbldnpnfpkmlfeflnffbhnbck |
URL Chính Thức | https://chrome.google.com/webstore/detail/virtouring-for-chrome-ext/ocpancpcbldnpnfpkmlfeflnffbhnbck |
Mô tả | Virtouring is a chrome extension that is cruising at on Street View. |
Kích Thước Tệp | 20.45 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-07-17 |
Ngày Phát Hành | 2014-07-17 |
Nhà Phát Triển | LIUNQA |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Virtouring for Chrome Extension", "version": "1.0", "description": "Virtouring is a chrome extension that is cruising at on Street View.", "icons": { "48": "img\/icon48.png" }, "page_action": { "default_icon": "img\/icon.png", "default_popup": "html\/popup.html", "scripts": [ "js\/popup.js", "js\/parsegoogleurl.js" ] }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/popup.js" ] } ], "content_security_policy": "default-src https:\/\/themes.googleusercontent.com; script-src 'unsafe-eval' https:\/\/maps.gstatic.com https:\/\/*.googleapis.com; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src https:\/\/csi.gstatic.com https:\/\/maps.gstatic.com https:\/\/*.googleapis.com" } |