BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
Hvad er BulletinBoard HomePage?
BulletinBoard HomePage er en Chrome-udvidelse udviklet af Dylan Williams, og dens hovedfunktion er "A bulletin board with a small todo list and image to be used as a homepage.".
Udvidelsesskærmbilleder
Download BulletinBoard HomePage-udvidelses-CRX-fil
Download BulletinBoard HomePage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
Officiel URL | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
Beskrivelse | A bulletin board with a small todo list and image to be used as a homepage. |
Filstørrelse | 945 KB |
Antal Installationer | 374 |
Nuværende Version | 1.0 |
Senest Opdateret | 2012-12-10 |
Udgivelsesdato | 2012-12-09 |
Udvikler | Dylan Williams |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |