BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
BulletinBoard HomePageคืออะไร?
BulletinBoard HomePage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan Williams และคุณลักษณะหลักของมันคือ "A bulletin board with a small todo list and image to be used as a homepage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BulletinBoard HomePage
ดาวน์โหลดไฟล์ส่วนขยาย BulletinBoard HomePage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BulletinBoard HomePage creates your own personal bulletin board in Chrome to keep track of important tasks and mark them off as you complete them. Also included is the ability to pin an image of your choice alongside your to-do list. Get organized and motivated with your own BulletinBoard HomePage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
คำอธิบาย | A bulletin board with a small todo list and image to be used as a homepage. |
ขนาดไฟล์ | 945 KB |
จำนวนการติดตั้ง | 374 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-12-10 |
วันที่เผยแพร่ | 2012-12-09 |
ผู้พัฒนา | Dylan Williams |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "BulletinBoard HomePage", "version": "1.0", "manifest_version": 2, "description": "A bulletin board with a small todo list and image to be used as a homepage.", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" } } |