Google Earth Photo Taker

Save photo of Google Earth view with attached positional information

Google Earth Photo Taker là gì?

Google Earth Photo Taker là một tiện ích mở rộng Chrome được phát triển bởi https://flydronehub.com, và tính năng chính của nó là "Save photo of Google Earth view with attached positional information".

Ả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 Google Earth Photo Taker

Tải xuống các tệp mở rộng Google Earth Photo Taker 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

                        Puts camera button in Google Earth web that allows you to save the current view as an image with positional information attached                    

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

Tên Google Earth Photo Taker Google Earth Photo Taker
ID nigkfjnfbnlnkjkgoknmdkobpngidilo
URL Chính Thức https://chromewebstore.google.com/detail/google-earth-photo-taker/nigkfjnfbnlnkjkgoknmdkobpngidilo
Mô tả Save photo of Google Earth view with attached positional information
Kích Thước Tệp 81.21 KB
Số Lần Cài Đặt 491
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-11-01
Ngày Phát Hành 2020-10-22
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://flydronehub.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Earth Photo Taker",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Save photo of Google Earth view with attached positional information",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "https:\/\/earth.google.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Google Earth Photo Taker"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "downloads.shelf"
    ],
    "externally_connectable": {
        "ids": [
            "jcinpbflfggmjghkmcleddhokoflnahe"
        ],
        "matches": [
            "https:\/\/earth.google.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "main.js"
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "64": "64x64.png",
        "128": "128x128.png",
        "256": "256x256.png",
        "512": "512x512.png"
    }
}