BulletinBoard HomePage

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

Co to jest BulletinBoard HomePage?

BulletinBoard HomePage to rozszerzenie Chrome opracowane przez Dylan Williams, a jego główną funkcją jest „A bulletin board with a small todo list and image to be used as a homepage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia BulletinBoard HomePage

Pobierz pliki rozszerzeń BulletinBoard HomePage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
Oficjalny URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Opis A bulletin board with a small todo list and image to be used as a homepage.
Rozmiar pliku 945 KB
Liczba instalacji 374
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-12-10
Data Publikacji 2012-12-09
Deweloper Dylan Williams
Typ Płatności free
Obsługiwane Języki 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"
    }
}