BCAr
An extension to override your new tab page with bcar.fun
什么是BCAr?
BCAr是由https://bcar.fun开发的Chrome扩展程序,该扩展的主要功能是“An extension to override your new tab page with bcar.fun”。
扩展截图
下载BCAr扩展crx文件
下载BCAr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BCAr is an extension to override your new tab page with the BCAr.fun web page. BCA doesn't seem to be able to put its links all in one place, so I did it for them!
扩展基本信息
名称 | BCAr |
ID | obmpolgpfgdopelnnnmpnbioiecpnamk |
官方URL | https://chromewebstore.google.com/detail/bcar/obmpolgpfgdopelnnnmpnbioiecpnamk |
简介 | An extension to override your new tab page with bcar.fun |
文件大小 | 11.53 KB |
安装次数 | 107 |
当前版本 | 1.1.0 |
更新时间 | 2019-05-02 |
上架时间 | 2019-05-02 |
评分 | 4.50/5 共4次评分 |
开发者 | https://bcar.fun |
付费类型 | free |
扩展官网 | https://bcar.fun |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BCAr", "version": "1.1.0", "manifest_version": 2, "description": "An extension to override your new tab page with bcar.fun", "homepage_url": "https:\/\/bcar.fun", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |