Street View Randomizer
Random Street View from around the world inside a new tab.
Cos'è Street View Randomizer?
Street View Randomizer è un'estensione di Chrome sviluppata da jenya kats, e la sua funzione principale è "Random Street View from around the world inside a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Street View Randomizer
Scarica i file di estensione Street View Randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will display a random panoramic street view any time you open a new tab. UPDATE: I have received a spike in users, which is amazing! However, this means Google Maps has begun to charge me for requests from the application. I am working to overcome this obstacle and continue to make this usable and cost free for everyone. In the meantime, there is a quota on how many requests we are sending a day which can lead to some errors when you open a tab. Not very pretty :( Bear with me until I figure out a better system here. Utilizes Google Maps API
Informazioni di Base sull'Estensione
Nome | Street View Randomizer |
ID | adjckibppkfmanaalenmabegaahkgcip |
URL Ufficiale | https://chromewebstore.google.com/detail/street-view-randomizer/adjckibppkfmanaalenmabegaahkgcip |
Descrizione | Random Street View from around the world inside a new tab. |
Dimensione del File | 177 KB |
Conteggio Installazioni | 339 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2020-06-01 |
Data di Pubblicazione | 2020-05-31 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | jenya kats |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Street View Randomizer", "manifest_version": 2, "version": "2.3", "description": "Random Street View from around the world inside a new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "persistent": false, "scripts": [ "data.js" ] }, "icons": { "32": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com\/; object-src 'self'", "permissions": [ "https:\/\/maps.googleapis.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_title": "Open a New Tab!" } } |