BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
Apa itu BulletinBoard HomePage?
BulletinBoard HomePage adalah ekstensi Chrome yang dikembangkan oleh Dylan Williams, dan fitur utamanya adalah "A bulletin board with a small todo list and image to be used as a homepage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BulletinBoard HomePage
Unduh file ekstensi BulletinBoard HomePage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
URL Resmi | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
Deskripsi | A bulletin board with a small todo list and image to be used as a homepage. |
Ukuran File | 945 KB |
Jumlah Instalasi | 374 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-12-10 |
Tanggal Publikasi | 2012-12-09 |
Pengembang | Dylan Williams |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |