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) 擴展基本資訊
| 名稱 | |
| ID | fapjjnnnddbmponacmadeaonkcpeoefb |
| 官方網址 | 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;"
}
} | |