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
Eメール [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"
    }
}