Screenshot for Street View

Effortlessly screenshot Google Street View

Screenshot for Street Viewとは何ですか?

Screenshot for Street Viewはhttps://bilaal.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Effortlessly screenshot Google Street View」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Screenshot for Street View拡張機能のCRXファイルをダウンロード

Screenshot for Street View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take one-click screenshots of Google Street View without the UI.

Capture breathtaking views from Google Street View with ease. Frame your desired location in Street View, and with a click of a button, preserve stunning snapshots of real-world landscapes. Relive your favourite travel memories or plan your next adventure from the comfort of your browser.

The whole process is done offline, on your device. No cloud servers are used and no data ever leaves your device, so your privacy is always protected. Verify for yourself by running the extension whilst offline.

Download "Screenshot for Street View" now and unlock the beauty of the world at your fingertips!

Please note that certain artefacts and icons are baked into the Street View imagery, such as street names, and as such cannot be removed.

Google and Street View are registered trademarks of Google LLC.                    

拡張機能の基本情報

名前 Screenshot for Street View Screenshot for Street View
ID gfigbnegonaobkaeogipogddnegakipa
公式URL https://chromewebstore.google.com/detail/screenshot-for-street-vie/gfigbnegonaobkaeogipogddnegakipa
説明 Effortlessly screenshot Google Street View
ファイルサイズ 49.39 KB
インストール数 751
現在のバージョン 1.0
最終更新日 2023-08-05
公開日 2023-08-02
評価 5.00/5 合計 1 レビュー
開発者 https://bilaal.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://screenshotforstreetview.bilaal.co.uk
ヘルプページのURL https://form.jotform.com/232116435326348
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot for Street View",
    "description": "Effortlessly screenshot Google Street View",
    "version": "1.0",
    "author": "Bilaal Rashid",
    "homepage_url": "https:\/\/screenshotforstreetview.bilaal.co.uk\/",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "1024": "icon-1024.png"
    },
    "action": {
        "default_title": "Screenshot for Street View"
    },
    "manifest_version": 3
}