Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
什么是Factr: Fun facts in your new tab?
Factr: Fun facts in your new tab是由Shaan Shivanandan开发的Chrome扩展程序,该扩展的主要功能是“With Factr, get interesting new facts on your Chrome new tab page.”。
扩展截图
下载Factr: Fun facts in your new tab扩展crx文件
下载Factr: Fun facts in your new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Factr is a simple new-tab extension for Google Chrome. With Factr, every time you open a new tab, you will see a fun and interesting fact 😍 扩展基本信息
| 名称 | |
| ID | bjeajdaodccabjpmihclhblpjghpkopg |
| 官方URL | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg |
| 简介 | With Factr, get interesting new facts on your Chrome new tab page. |
| 文件大小 | 59.28 KB |
| 安装次数 | 32 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2019-07-02 |
| 上架时间 | 2019-07-02 |
| 开发者 | Shaan Shivanandan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Factr: Fun facts in your new tab",
"short_name": "Factr",
"description": "With Factr, get interesting new facts on your Chrome new tab page.",
"version": "0.1.0",
"permissions": [
"management"
],
"browser_action": {
"default_icon": "icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |