Street View Maps

Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.

Что такое Street View Maps?

Street View Maps - это расширение Chrome, разработанное Earth View 360°, и его основная функция - "Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Street View Maps

Скачайте файлы расширений Street View Maps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Street View Maps new tab features Street Level Map Search, Yahoo Web Search, Weather, Custom Shortcuts with Time/Date. 

The Installation of this extension will configure your New Tab Page to Street View Maps. Street View Maps extension is all you need to start browsing with quick access to street maps & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://streetviewmaps.net/pages/privacy.html
EULA: https://streetviewmaps.net/pages/eula.html

Uninstall Instructions: 
https://streetviewmaps.net/pages/uninstall.html                    

Основная информация о расширении

Название Street View Maps Street View Maps
ID pdogihmkjobaaappfalhoagnppambhda
Официальный URL https://chromewebstore.google.com/detail/street-view-maps/pdogihmkjobaaappfalhoagnppambhda
Описание Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.
Размер файла 1.04 MB
Количество установок 51,059
Текущая Версия 1.0.2
Последнее Обновление 2022-12-28
Дата публикации 2021-11-18
Рейтинг 2.00/5 Всего 1 оценок
Разработчик Earth View 360°
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://streetviewmaps.net/pages/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "description": "Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.",
    "manifest_version": 3,
    "short_name": "Street View Maps",
    "name": "Street View Maps",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}