Pin Dropper For Street View
This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
什么是Pin Dropper For Street View?
Pin Dropper For Street View是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude”。
扩展截图
下载Pin Dropper For Street View扩展crx文件
下载Pin Dropper For Street View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This adds an extension button that, if pressed while within Google Street View, will open a new tab with a pin dropped at the GPS coordinates for that Street View Location. Ordinarily, Google uses the address, rather than coordinates - this works fine in cities but very poorly in the countryside. Example use case: I'm looking for a gate into a rural field. Click through on Street View, once you find what you're looking for, click the icon and new window will open with the pin where you want it!
扩展基本信息
名称 | Pin Dropper For Street View |
ID | dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
官方URL | https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
简介 | This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude |
文件大小 | 25.39 KB |
安装次数 | 488 |
当前版本 | 1.0 |
更新时间 | 2017-01-02 |
上架时间 | 2017-01-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin Dropper For Street View", "description": "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click me to drop a pin!" }, "permissions": [ "activeTab" ] } |