Annex
Annex: Your gateway to top literary sites and curated book recommendations.
Annexとは何ですか?
Annexはjacob.mill115によって開発されたChromeの拡張機能で、その主な機能は「Annex: Your gateway to top literary sites and curated book recommendations.」です。
拡張機能のスクリーンショット
Annex拡張機能のCRXファイルをダウンロード
Annex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transform your reading experience with Annex. Our new tab extension provides instant access to the best reading resources and literary websites. Discover new books, insightful reviews, and a world of reading, all in one tab.
By clicking "Add to chrome", I accept and agree to installing the Annex extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use https://annexext.com/terms-and-conditions/ and Privacy Policy: https://annexext.com/privacy-policy/ 拡張機能の基本情報
| 名前 | |
| ID | kebgnpbojkhkcelgjiednpddefdnnohg |
| 公式URL | https://chromewebstore.google.com/detail/annex/kebgnpbojkhkcelgjiednpddefdnnohg |
| 説明 | Annex: Your gateway to top literary sites and curated book recommendations. |
| ファイルサイズ | 995 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-09-04 |
| 公開日 | 2023-09-03 |
| 評価 | 5.00/5 合計 38 レビュー |
| 開発者 | jacob.mill115 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://annexext.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Annex",
"description": "Annex: Your gateway to top literary sites and curated book recommendations.",
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "img\/128.png"
},
"version": "1.0"
} | |