BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
O que é BulletinBoard HomePage?
BulletinBoard HomePage é uma extensão do Chrome desenvolvida por Dylan Williams, e sua principal característica é "A bulletin board with a small todo list and image to be used as a homepage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BulletinBoard HomePage
Baixe arquivos de extensão BulletinBoard HomePage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
URL Oficial | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
Descrição | A bulletin board with a small todo list and image to be used as a homepage. |
Tamanho do Arquivo | 945 KB |
Contagem de Instalações | 374 |
Versão Atual | 1.0 |
Última Atualização | 2012-12-10 |
Data de Publicação | 2012-12-09 |
Desenvolvedor | Dylan Williams |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |