BulletinBoard HomePage

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

BulletinBoard HomePage란 무엇입니까?

BulletinBoard HomePage은(는) Dylan Williams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bulletin board with a small todo list and image to be used as a homepage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BulletinBoard HomePage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
공식 URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
설명 A bulletin board with a small todo list and image to be used as a homepage.
파일 크기 945 KB
설치 횟수 374
현재 버전 1.0
최근 업데이트 2012-12-10
출시 날짜 2012-12-09
개발자 Dylan Williams
결제 유형 free
지원되는 언어 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"
    }
}