Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Vad är Streetview Screenshot?
Streetview Screenshot är en Chrome-tillägg utvecklad av brockthedev, och dess huvudfunktion är "Take a screenshot in Google Streetview without the navigation elements in the way.".
Tilläggsskärmbilder
Ladda ner Streetview Screenshot-förlängningens CRX-fil
Ladda ner Streetview Screenshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
Officiell webbadress | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Beskrivning | Take a screenshot in Google Streetview without the navigation elements in the way. |
Filstorlek | 11.56 KB |
Antal Installationer | 4,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-08-14 |
Publiceringsdatum | 2020-08-14 |
Betyg | 4.13/5 Totalt 8 Betyg |
Utvecklare | brockthedev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |