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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shaan Shivanandan และคุณลักษณะหลักของมันคือ "With Factr, get interesting new facts on your Chrome new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Factr: Fun facts in your new tab
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |