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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

360Cities Tab Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 360Cities Tab Extension 360Cities Tab Extension
ID mneedknmibimgcdecijkdflphmlhncop
공식 URL 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"
}