Random Location Picker

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

Cos'è Random Location Picker?

Random Location Picker è un'estensione di Chrome sviluppata da Larsluph, e la sua funzione principale è "Opens a Gmaps tab with a random location within the specified range of coordinates".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Location Picker

Scarica i file di estensione Random Location Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Random Location Picker Random Location Picker
ID jhfepchgoklhnggldplheniiciejkbik
URL Ufficiale https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik
Descrizione Opens a Gmaps tab with a random location within the specified range of coordinates
Dimensione del File 18.19 KB
Conteggio Installazioni 140
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2021-08-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Larsluph
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Larsluph/RandomCoordsExtension
Lingue Supportate 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"
    }
}