Astrologer
Get search results from web.
什么是Astrologer?
Astrologer是由astrologer.today.1开发的Chrome扩展程序,该扩展的主要功能是“Get search results from web.”。
扩展截图
下载Astrologer扩展crx文件
下载Astrologer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Astrologer Search Engine enables the user's browser to search web results. Zodiac signs on new tab are powered by astrologer.today. By clicking "add to Chrome", I accept and agree to installing the Astrologer extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://astrologer.today/terms) and Policy (https://astrologer.today/privacy)
扩展基本信息
名称 | Astrologer |
ID | fapjjnnnddbmponacmadeaonkcpeoefb |
官方URL | https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb |
简介 | Get search results from web. |
文件大小 | 172 KB |
安装次数 | 117,848 |
当前版本 | 0.0.3 |
更新时间 | 2023-04-04 |
上架时间 | 2023-02-16 |
评分 | 5.00/5 共29次评分 |
开发者 | astrologer.today.1 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://astrologer.today/ |
帮助页面URL | https://astrologer.today/contact |
隐私政策页面URL | https://astrologer.today/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Astrologer", "author": "Galattic Cyberspace Ltd", "version": "0.0.3", "description": "Get search results from web.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |