Streetview Screenshot

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

Streetview Screenshot là gì?

Streetview Screenshot là một tiện ích mở rộng Chrome được phát triển bởi brockthedev, và tính năng chính của nó là "Take a screenshot in Google Streetview without the navigation elements in the way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streetview Screenshot

Tải xuống các tệp mở rộng Streetview Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Streetview Screenshot Streetview Screenshot
ID nehbekcijblfffffinpjfoicfcjbcjen
URL Chính Thức https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen
Mô tả Take a screenshot in Google Streetview without the navigation elements in the way.
Kích Thước Tệp 11.56 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-08-14
Ngày Phát Hành 2020-08-14
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển brockthedev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}