Malendar - A New Tab page for Malayalees
Malendar is a simple new tab page with a malayalam calendar widget made by a Malayalee for all Malayalees
Malendar - A New Tab page for Malayaleesคืออะไร?
Malendar - A New Tab page for Malayalees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajay Balachandran และคุณลักษณะหลักของมันคือ "Malendar is a simple new tab page with a malayalam calendar widget made by a Malayalee for all Malayalees"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Malendar - A New Tab page for Malayalees
ดาวน์โหลดไฟล์ส่วนขยาย Malendar - A New Tab page for Malayalees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Malendar is a simple calendar widget made by a Malayalee for all Malayalees. The source code is available at : https://github.com/ajaybc/malendar for anyone who wants to contribute Current features ---------------- * Viewing gregorian as well as kollavarsham (Malayalam) dates * Malayalam nakshatra * Specialty of the day * List of all applications and one click launch * Today's weather from Yahoo * Weather forecast for the next 3 days from Yahoo * Latest News from Malayala Manorama * All regional holidays and bank holidays have been marked Permissions Required -------------------- * Read and Change Your Bookmarks - To display the list of bookmarks from within Malendar * Manage Your Apps Extensions and Themes - To display the list of applications and the ability to open them with one click within malendar * Read the icons of websites you visit - To display the favicons of the bookmark links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Malendar - A New Tab page for Malayalees |
ID | jbpmogcodacppflhoieoonhebbgmnilk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/malendar-a-new-tab-page-f/jbpmogcodacppflhoieoonhebbgmnilk |
คำอธิบาย | Malendar is a simple new tab page with a malayalam calendar widget made by a Malayalee for all Malayalees |
ขนาดไฟล์ | 1.33 MB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 3.0.5 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.41/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Ajay Balachandran |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ml |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Malendar - A New Tab page for Malayalees", "version": "3.0.5", "description": "Malendar is a simple new tab page with a malayalam calendar widget made by a Malayalee for all Malayalees", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "bookmarks", "management", "chrome:\/\/favicon\/" ], "author": "Ajay Balachandran", "icons": { "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj38rvAUfP1Kn25O2tYirJmW6+3unMLeq1195mFI0C92N5i6gktOTESR7hIAT5ih4t58XIy3i\/1nzs8+P+FvQ8L7F9csIjnCO9MHxpjQKzDxZQ8JPbg\/p\/l8c8yqv1Y5bbRPj+BWtXg2X58DeP\/u2Z\/NSK\/8PazfhnBT7GVxJVAsfAY11W+ghO70HNEhuZ6dxKuEw9EpcBLij\/nmWpRy95hwE4Gp0Xiu+7na70\/KNPYxMKyrMx0frLytvjyTsMmFFN8g\/2VrE25ZfV83M6fza+OQsVOHA6BPVUDb+jX6MuT05ezXJmgaJhP8YmfdsZJyw1p5YXzKQtB7tuSH8ZdxpWwIDAQAB" } |