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文件

下载BulletinBoard HomePage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}