Random Search
Roll a random search term and search it! What'll it be today?
Random Searchとは何ですか?
Random Searchは61845によって開発されたChromeの拡張機能で、その主な機能は「Roll a random search term and search it! What'll it be today?」です。
拡張機能のスクリーンショット
Random Search拡張機能のCRXファイルをダウンロード
Random Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Random Search |
ID | nbfihiaegedinodnaoknofbhcdpmdbno |
公式URL | https://chrome.google.com/webstore/detail/nbfihiaegedinodnaoknofbhcdpmdbno |
説明 | Roll a random search term and search it! What'll it be today? |
ファイルサイズ | 36.86 KB |
インストール数 | 319 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-04-21 |
公開日 | 2021-04-21 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | 61845 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |