BulletinBoard HomePage

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

Wat is BulletinBoard HomePage?

BulletinBoard HomePage is een Chrome-extensie ontwikkeld door Dylan Williams, en de belangrijkste functie is "A bulletin board with a small todo list and image to be used as a homepage.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BulletinBoard HomePage

Download BulletinBoard HomePage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
Officiële URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Beschrijving A bulletin board with a small todo list and image to be used as a homepage.
Bestandsgrootte 945 KB
Aantal Installaties 374
Huidige Versie 1.0
Laatst Bijgewerkt 2012-12-10
Publicatiedatum 2012-12-09
Ontwikkelaar Dylan Williams
Betalingswijze free
Ondersteunde Talen 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"
    }
}