Screenshot for Street View

Effortlessly screenshot Google Street View

Screenshot for Street Viewคืออะไร?

Screenshot for Street View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bilaal.co.uk และคุณลักษณะหลักของมันคือ "Effortlessly screenshot Google Street View"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenshot for Street View

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}