Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
Random Fact - New Tabคืออะไร?
Random Fact - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beardedguys.net และคุณลักษณะหลักของมันคือ "Get a random fact about todays date every time you open a new tab in Google Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Fact - New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Random Fact - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Random Fact replaces the standard new tab page and provides you with a random fact about todays date every time you open a new tab in Google Chrome. Features: * Random fact based on the current date. * Display the date. * Welcome greeting based on the time of day. Random facts are provided by numbersapi.com. Please note: This extension requires a internet connection in order to obtain random facts for you. Updates: Version 1.2 * Due to numbersapi.com experiencing down time over the past few days, you'll now see a message when a random fact can't be retrieved. * Extension size reduced by over 50%. Version 1.1.1 * Greeting bug fix.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Fact - New Tab |
ID | khnfanaldcpphoacnmeocpkoaniekkbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
คำอธิบาย | Get a random fact about todays date every time you open a new tab in Google Chrome. |
ขนาดไฟล์ | 94.2 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-04-29 |
วันที่เผยแพร่ | 2015-04-29 |
คะแนน | 2.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://beardedguys.net |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://beardedguys.net |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Fact - New Tab", "short_name": "Random Fact - New Tab", "description": "Get a random fact about todays date every time you open a new tab in Google Chrome.", "version": "1.2", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |