BulletinBoard HomePage

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

BulletinBoard HomePage là gì?

BulletinBoard HomePage là một tiện ích mở rộng Chrome được phát triển bởi Dylan Williams, và tính năng chính của nó là "A bulletin board with a small todo list and image to be used as a homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BulletinBoard HomePage

Tải xuống các tệp mở rộng BulletinBoard HomePage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
URL Chính Thức https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
Mô tả A bulletin board with a small todo list and image to be used as a homepage.
Kích Thước Tệp 945 KB
Số Lần Cài Đặt 374
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-12-10
Ngày Phát Hành 2012-12-09
Nhà Phát Triển Dylan Williams
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}