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