Random Search
Roll a random search term and search it! What'll it be today?
Hvad er Random Search?
Random Search er en Chrome-udvidelse udviklet af 61845, og dens hovedfunktion er "Roll a random search term and search it! What'll it be today?".
Udvidelsesskærmbilleder
Download Random Search-udvidelses-CRX-fil
Download Random Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Random Search is a free extension that allows you to kill time by randomly searching 330+ keywords, including orange, circle, fungus, and more! There are no limits to how many searches you can make! It's almost... infinite!
Need to pick a random topic for an assignment? What about starting a conversation? Those are no longer problems, because Random Search has got your back. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nbfihiaegedinodnaoknofbhcdpmdbno |
| Officiel URL | https://chrome.google.com/webstore/detail/nbfihiaegedinodnaoknofbhcdpmdbno |
| Beskrivelse | Roll a random search term and search it! What'll it be today? |
| Filstørrelse | 36.86 KB |
| Antal Installationer | 319 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2021-04-21 |
| Udgivelsesdato | 2021-04-21 |
| Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
| Udvikler | 61845 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Search",
"description": "Roll a random search term and search it! What'll it be today?",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/rs_16.png",
"32": "\/icons\/rs_32.png",
"64": "\/icons\/rs_64.png",
"128": "\/icons\/rs_128.png"
}
},
"icons": {
"16": "\/icons\/rs_16.png",
"32": "\/icons\/rs_32.png",
"64": "\/icons\/rs_64.png",
"128": "\/icons\/rs_128.png"
}
} | |