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
官方網址 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
電子郵箱 [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"
    }
}