BulletinBoard HomePage

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

Was ist BulletinBoard HomePage?

BulletinBoard HomePage ist eine Chrome-Erweiterung, die von Dylan Williams entwickelt wurde, und ihr Hauptmerkmal ist "A bulletin board with a small todo list and image to be used as a homepage.".

Erweiterungsscreenshots

screenshot
screenshot

BulletinBoard HomePage-Erweiterungs-CRX-Datei herunterladen

Laden Sie BulletinBoard HomePage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
Offizielle URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Beschreibung A bulletin board with a small todo list and image to be used as a homepage.
Dateigröße 945 KB
Installationsanzahl 374
Aktuelle Version 1.0
Letztes Update 2012-12-10
Veröffentlichungsdatum 2012-12-09
Entwickler Dylan Williams
Zahlungsart free
Unterstützte Sprachen 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"
    }
}