Streetview Screenshot

Take a screenshot in Google Streetview without the navigation elements in the way.

什么是Streetview Screenshot?

Streetview Screenshot是由brockthedev开发的Chrome扩展程序,该扩展的主要功能是“Take a screenshot in Google Streetview without the navigation elements in the way.”。

扩展截图

screenshot

下载Streetview Screenshot扩展crx文件

下载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 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"
    }
}