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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |