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 |
| 官方網址 | 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"
}
} | |