BulletinBoard HomePage
A bulletin board with a small todo list and image to be used as a homepage.
ما هو BulletinBoard HomePage؟
BulletinBoard HomePage هو إضافة Chrome تم تطويرها بواسطة Dylan Williams، والميزة الرئيسية لها هي "A bulletin board with a small todo list and image to be used as a homepage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BulletinBoard HomePage
قم بتنزيل ملفات الامتداد BulletinBoard HomePage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |