BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
Qu'est-ce que BulletinBoard HomePage ?
BulletinBoard HomePage est une extension Chrome développée par Dylan Williams, et sa fonction principale est "A bulletin board with a small todo list and image to be used as a homepage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BulletinBoard HomePage
Téléchargez les fichiers d'extension BulletinBoard HomePage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BulletinBoard HomePage |
ID | efinnibbiiodekjlfbjiobnphegflmoj |
URL Officiel | https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj |
Description | A bulletin board with a small todo list and image to be used as a homepage. |
Taille du Fichier | 945 KB |
Nombre d'Installations | 374 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-12-10 |
Date de Publication | 2012-12-09 |
Développeur | Dylan Williams |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |