BulletinBoard HomePage

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

Vad är BulletinBoard HomePage?

BulletinBoard HomePage är en Chrome-tillägg utvecklad av Dylan Williams, och dess huvudfunktion är "A bulletin board with a small todo list and image to be used as a homepage.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner BulletinBoard HomePage-förlängningens CRX-fil

Ladda ner BulletinBoard HomePage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
Officiell webbadress https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Beskrivning A bulletin board with a small todo list and image to be used as a homepage.
Filstorlek 945 KB
Antal Installationer 374
Aktuell Version 1.0
Senast Uppdaterad 2012-12-10
Publiceringsdatum 2012-12-09
Utvecklare Dylan Williams
Betalningssätt free
Stödda Språk 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"
    }
}