Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
What is Streetview Screenshot?
Streetview Screenshot is a Chrome extension developed by brockthedev, and its main feature is "Take a screenshot in Google Streetview without the navigation elements in the way.".
Extension Screenshots
Download Streetview Screenshot Extension CRX File
Download Streetview Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot.
Extension Basic Information
Name | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
Official URL | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Description | Take a screenshot in Google Streetview without the navigation elements in the way. |
File Size | 11.56 KB |
Installation Count | 4,000 |
Current Version | 1.0 |
Last Updated | 2020-08-14 |
Publish Date | 2020-08-14 |
Rating | 4.13/5 Total 8 Ratings |
Developer | brockthedev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Streetview Screenshot" }, "description": "Take a screenshot in Google Streetview without the navigation elements in the way.", "name": "Streetview Screenshot", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" } } |