Random Activity Generator
Bored? This extension generates a random activity for you :)
Cos'è Random Activity Generator?
Random Activity Generator è un'estensione di Chrome sviluppata da Harsimran Saini, e la sua funzione principale è "Bored? This extension generates a random activity for you :)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Activity Generator
Scarica i file di estensione Random Activity Generator 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
This is a random activity generator.
Perfect for when you want to try something new or are feeling bored!
Click the randomise button to discover a new activity. Informazioni di Base sull'Estensione
| Nome | |
| ID | edaipoiaiajganlibdhfpjboofgjfink |
| URL Ufficiale | https://chromewebstore.google.com/detail/random-activity-generator/edaipoiaiajganlibdhfpjboofgjfink |
| Descrizione | Bored? This extension generates a random activity for you :) |
| Dimensione del File | 16.24 KB |
| Conteggio Installazioni | 104 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-10-15 |
| Data di Pubblicazione | 2021-10-15 |
| Sviluppatore | Harsimran Saini |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Activity Generator",
"version": "1.0.0",
"description": "Bored? This extension generates a random activity for you :)",
"browser_action": {
"default_icon": "image-48.png",
"default_popup": "activities.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "image-16.png",
"48": "image-48.png",
"128": "image-128.png"
},
"manifest_version": 2
} | |