Space Web Results
Web Results with space themed background.
什么是Space Web Results?
Space Web Results是由https://happy-hours.xyz开发的Chrome扩展程序,该扩展的主要功能是“Web Results with space themed background.”。
扩展截图
下载Space Web Results扩展crx文件
下载Space Web Results扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change your default search engine for happy-hours space theme. You can change the speed, size, number and colors of the stars.
扩展基本信息
名称 | Space Web Results |
ID | ldmnpfbhdhmdakfdlgfehcojocicialc |
官方URL | https://chromewebstore.google.com/detail/space-web-results/ldmnpfbhdhmdakfdlgfehcojocicialc |
简介 | Web Results with space themed background. |
文件大小 | 11.85 KB |
安装次数 | 30 |
当前版本 | 1.0.3 |
更新时间 | 2021-10-06 |
上架时间 | 2020-02-15 |
评分 | 5.00/5 共1次评分 |
开发者 | https://happy-hours.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://happy-hours.xyz/privacy.html |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Space Web Results", "keyword": "__MSG_appName__", "search_url": "https:\/\/happy-hours.xyz\/search?theme=speedl&q={searchTerms}", "favicon_url": "https:\/\/happy-hours.xyz\/bundles\/app\/img\/favicon_search_engine\/favicon-32x32.png", "encoding": "UTF-8", "is_default": true } }, "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.3" } |