BulletinBoard HomePage

A bulletin board with a small todo list and image to be used as a homepage.

What is BulletinBoard HomePage?

BulletinBoard HomePage is a Chrome extension developed by Dylan Williams, and its main feature is "A bulletin board with a small todo list and image to be used as a homepage.".

Extension Screenshots

screenshot
screenshot

Download BulletinBoard HomePage Extension CRX File

Download BulletinBoard HomePage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
Official URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Description A bulletin board with a small todo list and image to be used as a homepage.
File Size 945 KB
Installation Count 374
Current Version 1.0
Last Updated 2012-12-10
Publish Date 2012-12-09
Developer Dylan Williams
Payment Type free
Supported Languages 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"
    }
}