Google Earth Photo Taker

Save photo of Google Earth view with attached positional information

Google Earth Photo Takerとは何ですか?

Google Earth Photo Takerはhttps://flydronehub.comによって開発されたChromeの拡張機能で、その主な機能は「Save photo of Google Earth view with attached positional information」です。

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

screenshot

Google Earth Photo Taker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Google Earth Photo Taker Google Earth Photo Taker
ID nigkfjnfbnlnkjkgoknmdkobpngidilo
公式URL https://chromewebstore.google.com/detail/google-earth-photo-taker/nigkfjnfbnlnkjkgoknmdkobpngidilo
説明 Save photo of Google Earth view with attached positional information
ファイルサイズ 81.21 KB
インストール数 491
現在のバージョン 1.2
最終更新日 2020-11-01
公開日 2020-10-22
評価 4.00/5 合計 1 レビュー
開発者 https://flydronehub.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}