Numbers
It will show you a fact about a random number.
Numbersคืออะไร?
Numbers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sahithyan และคุณลักษณะหลักของมันคือ "It will show you a fact about a random number."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Numbers
ดาวน์โหลดไฟล์ส่วนขยาย Numbers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Why don't your new tab is filled with productivity? This extension will make it for you. Learn about a number in your every new tabs in Google Chrome. OR Why don't you remove the default new tab and left with a blank page?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
คำอธิบาย | It will show you a fact about a random number. |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-08-24 |
วันที่เผยแพร่ | 2019-08-24 |
ผู้พัฒนา | Sahithyan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Numbers", "description": "It will show you a fact about a random number.", "author": "Sahithyan", "version": "1.3", "permissions": [ "activeTab", "storage" ], "icons": { "128": "icons\/logo.png" }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "pop.html" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |