Google maps copy-paste location

Google maps copy-paste location

Google maps copy-paste locationとは何ですか?

Google maps copy-paste locationは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Google maps copy-paste location」です。

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

screenshot
screenshot

Google maps copy-paste location拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to speed up copy-pasting locations such as "los angeles, ca" from your emails, chats and few other places to google maps by setting up hotkeys for it.                    

拡張機能の基本情報

名前 Google maps copy-paste location Google maps copy-paste location
ID kpjmimpeabekgghehodddkpkcdhclofg
公式URL https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg
説明 Google maps copy-paste location
ファイルサイズ 9.3 KB
インストール数 39
現在のバージョン 1.3.3
最終更新日 2022-11-17
公開日 2021-11-28
開発者 [email protected]
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google maps copy-paste location",
    "description": "Google maps copy-paste location",
    "version": "1.3.3",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.sylectus.com\/*",
                "https:\/\/power.dat.com\/*",
                "https:\/\/www.google.com\/maps\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Hugo extension",
        "default_popup": "popup.html"
    }
}