Oh Remind Me!
A simple tool that makes your new tab page show your customized messages.
ما هو Oh Remind Me!؟
Oh Remind Me! هو إضافة Chrome تم تطويرها بواسطة mmmavis، والميزة الرئيسية لها هي "A simple tool that makes your new tab page show your customized messages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oh Remind Me!
قم بتنزيل ملفات الامتداد Oh Remind Me! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
◼ A simple tool that makes your new tab page show your customized messages. ◼ Designed to show short messages in big font. ◼ Serves as a good personal reminder tool. ◼◼◼ Note ◼◼◼ Initial version. New features on the way! Feedback and suggestions are welcome. =) ★ My other Chrome extension ★ Oh My Tabs! https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb
معلومات أساسية عن التمديد
الاسم | Oh Remind Me! |
ID | ipbipflodnkaldhkkibbbkcfnhmpkneg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg |
الوصف | A simple tool that makes your new tab page show your customized messages. |
حجم الملف | 1.09 MB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2013-03-28 |
تاريخ النشر | 2013-03-27 |
تقييم | 2.75/5 مجموع تقييمات 8 |
المطور | mmmavis |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh Remind Me!", "version": "1.0.2", "manifest_version": 2, "description": "A simple tool that makes your new tab page show your customized messages.", "icons": { "16": "images\/icon(16by16).png", "48": "images\/icon(48by48).png", "128": "images\/icon(128by128).png" }, "browser_action": { "default_icon": "images\/icon(128by128).png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "remindMe.html" } } |