Random Location Picker

Opens a Gmaps tab with a random location within the specified range of coordinates

Random Location Pickerとは何ですか?

Random Location PickerはLarsluphによって開発されたChromeの拡張機能で、その主な機能は「Opens a Gmaps tab with a random location within the specified range of coordinates」です。

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

screenshot

Random Location Picker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Selects the range of the random coordinates in the extension settings.
Click on the extension's icon in the toolbar to generate a random point on Earth within the specified range.                    

拡張機能の基本情報

名前 Random Location Picker Random Location Picker
ID jhfepchgoklhnggldplheniiciejkbik
公式URL https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik
説明 Opens a Gmaps tab with a random location within the specified range of coordinates
ファイルサイズ 18.19 KB
インストール数 140
現在のバージョン 1.0.1
最終更新日 2023-08-28
公開日 2021-08-26
評価 5.00/5 合計 1 レビュー
開発者 Larsluph
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Larsluph/RandomCoordsExtension
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Location Picker",
    "description": "Opens a Gmaps tab with a random location within the specified range of coordinates",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Pick random location"
    },
    "background": {
        "service_worker": "background.js"
    }
}