Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Что такое Streetview Screenshot?
Streetview Screenshot - это расширение Chrome, разработанное brockthedev, и его основная функция - "Take a screenshot in Google Streetview without the navigation elements in the way.".
Снимки экрана расширения
Скачать файл CRX расширения Streetview Screenshot
Скачайте файлы расширений Streetview Screenshot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot.
Основная информация о расширении
Название | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
Официальный URL | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
Описание | Take a screenshot in Google Streetview without the navigation elements in the way. |
Размер файла | 11.56 KB |
Количество установок | 4,000 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-08-14 |
Дата публикации | 2020-08-14 |
Рейтинг | 4.13/5 Всего 8 оценок |
Разработчик | brockthedev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Streetview Screenshot" }, "description": "Take a screenshot in Google Streetview without the navigation elements in the way.", "name": "Streetview Screenshot", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" } } |