360Cities Tab Extension
Get an awesome interactive panorama when opening a new tab in your Chrome browser
什麼是360Cities Tab Extension?
360Cities Tab Extension是由https://www.360cities.net開發的Chrome擴展程式,該擴展的主要功能是“Get an awesome interactive panorama when opening a new tab in your Chrome browser”。
擴展截圖
下載360Cities Tab Extension擴展crx文件
下載360Cities Tab Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | mneedknmibimgcdecijkdflphmlhncop |
| 官方網址 | https://chromewebstore.google.com/detail/360cities-tab-extension/mneedknmibimgcdecijkdflphmlhncop |
| 簡介 | Get an awesome interactive panorama when opening a new tab in your Chrome browser |
| 檔案大小 | 1.52 MB |
| 安裝次數 | 239 |
| 目前版本 | 0.0.0.6 |
| 更新時間 | 2021-09-09 |
| 上架時間 | 2021-09-06 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://www.360cities.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.360cities.net/ |
| 說明頁面URL | https://www.360cities.net/contact |
| 隱私政策頁面URL | https://www.360cities.net/privacy-policy |
| 支援的語言 | 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"
} | |