Random Search
Roll a random search term and search it! What'll it be today?
Co to jest Random Search?
Random Search to rozszerzenie Chrome opracowane przez 61845, a jego główną funkcją jest „Roll a random search term and search it! What'll it be today?”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Search
Pobierz pliki rozszerzeń Random Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nbfihiaegedinodnaoknofbhcdpmdbno |
| Oficjalny URL | https://chrome.google.com/webstore/detail/nbfihiaegedinodnaoknofbhcdpmdbno |
| Opis | Roll a random search term and search it! What'll it be today? |
| Rozmiar pliku | 36.86 KB |
| Liczba instalacji | 319 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2021-04-21 |
| Data Publikacji | 2021-04-21 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | 61845 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |