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" ] } |