Meta Random Search
Randomize your default search engine
什么是Meta Random Search?
Meta Random Search是由https://softwarejourney.net开发的Chrome扩展程序,该扩展的主要功能是“Randomize your default search engine”。
扩展截图
下载Meta Random Search扩展crx文件
下载Meta Random Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Your search query will be processed by a different search engine each time.
More randomness, More diversity, More surprises, More discoveries!
Finding the best search engine is hard, giving you a fresh puff of serendipity is easy! 扩展基本信息
| 名称 | |
| ID | lbjojakdjggbdpnnockgkbnbkgenfknj |
| 官方URL | https://chromewebstore.google.com/detail/meta-random-search/lbjojakdjggbdpnnockgkbnbkgenfknj |
| 简介 | Randomize your default search engine |
| 文件大小 | 21.98 KB |
| 安装次数 | 321 |
| 当前版本 | 1.0.0.7 |
| 更新时间 | 2023-11-23 |
| 上架时间 | 2020-12-05 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://softwarejourney.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://meta.softwarejourney.net/ |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Meta Random Search",
"version": "1.0.0.7",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/meta.softwarejourney.net\/",
"permissions": [
"declarativeContent"
],
"omnibox": {
"keyword": "ars"
},
"options_page": "options.html",
"background": {
"service_worker": "main.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "images\/meta-random-search-icon-32px.png",
"128": "images\/meta-random-search-icon-128px.png"
}
},
"icons": {
"32": "images\/meta-random-search-icon-32px.png",
"128": "images\/meta-random-search-icon-128px.png"
},
"manifest_version": 3,
"author": "Software Journey",
"chrome_settings_overrides": {
"search_provider": {
"name": "Meta Random Search",
"keyword": "meta.softwarejourney.net",
"search_url": "https:\/\/meta.softwarejourney.net\/search.htm#{searchTerms}",
"favicon_url": "https:\/\/meta.softwarejourney.net\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
}
} | |