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.”。
擴展截圖
下載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 |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
官方網址 | 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" } } |