360Cities Tab Extension
Get an awesome interactive panorama when opening a new tab in your Chrome browser
Cos'è 360Cities Tab Extension?
360Cities Tab Extension è un'estensione di Chrome sviluppata da https://www.360cities.net, e la sua funzione principale è "Get an awesome interactive panorama when opening a new tab in your Chrome browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 360Cities Tab Extension
Scarica i file di estensione 360Cities Tab Extension 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
360cities.net is the web’s largest collection of stunning, geo-referenced, interactive 360-degree panoramic photos, created by a network of thousands of the finest panorama photographers from around the world. The 360Cities tab extension allows you to: • View an interactive 360-degree photo on each new tab on your Chrome browser • Pan 360 degrees around and 180 degrees up and down for a fully spherical view • Zoom in and out to see amazing detail • View the panorama in full screen • Choose from six different projections and two navigation modes • Click to view the profile page of the photographer on 360cities.net • Share the panorama on social media and embed in your non-commercial website or blog • Click on a shopping cart to license the image for editorial or commercial usage • Search Google and 360Cities
Informazioni di Base sull'Estensione
Nome | 360Cities Tab Extension |
ID | mneedknmibimgcdecijkdflphmlhncop |
URL Ufficiale | https://chromewebstore.google.com/detail/360cities-tab-extension/mneedknmibimgcdecijkdflphmlhncop |
Descrizione | Get an awesome interactive panorama when opening a new tab in your Chrome browser |
Dimensione del File | 1.52 MB |
Conteggio Installazioni | 239 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2021-09-09 |
Data di Pubblicazione | 2021-09-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.360cities.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.360cities.net/ |
URL della Pagina di Aiuto | https://www.360cities.net/contact |
URL della Pagina della Politica sulla Privacy | https://www.360cities.net/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "360Cities Tab Extension", "version": "0.0.0.6", "description": "Get an awesome interactive panorama when opening a new tab in your Chrome browser", "icons": { "128": "images\/logo128.png", "48": "images\/logo48.png", "16": "images\/logo16.png" }, "author": "Davide Miozzi", "chrome_url_overrides": { "newtab": "pano.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "incognito": "split", "offline_enabled": false, "permissions": [ "https:\/\/*.360cities.net\/" ], "short_name": "New Tab Panoramas" } |