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 |
| 电子邮箱 | [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"
} | |