BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
Cos'è BulletinBoard HomePage?
BulletinBoard HomePage è un'estensione di Chrome sviluppata da Dylan Williams, e la sua funzione principale è "A bulletin board with a small todo list and image to be used as a homepage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BulletinBoard HomePage
Scarica i file di estensione BulletinBoard HomePage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
URL Ufficiale | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
Descrizione | A bulletin board with a small todo list and image to be used as a homepage. |
Dimensione del File | 945 KB |
Conteggio Installazioni | 374 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-12-10 |
Data di Pubblicazione | 2012-12-09 |
Sviluppatore | Dylan Williams |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |