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 |
| 公式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 |
| Eメール | [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;"
}
} | |