Miti
This extension shows Bikram Sambat Calendar date as extension icon, monthly calendar as dropdown for Chrome browser.
What is Miti?
Miti is a Chrome extension developed by to.rabinshrestha, and its main feature is "This extension shows Bikram Sambat Calendar date as extension icon, monthly calendar as dropdown for Chrome browser.".
Extension Screenshots
Download Miti Extension CRX File
Download Miti extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple lightweight extension to show current Bikram Sambat date and Month in chrome browser as extension icon. Features: * Lightweight * Run only once when you come back from idle mode or when chrome start. * Doesn't track user details Usage: * please pin the extension for viewing the today Bikram Sambat date. Team: * Developer - Rabin Shrestha * Tester - Madhav Paudel * Graphics - Rajeev Shrestha * Support - Sandip Joshi
Extension Basic Information
Name | Miti |
ID | almflpjcabicioepdbppfdhffdbjapkf |
Official URL | https://chromewebstore.google.com/detail/miti/almflpjcabicioepdbppfdhffdbjapkf |
Description | This extension shows Bikram Sambat Calendar date as extension icon, monthly calendar as dropdown for Chrome browser. |
File Size | 32.61 KB |
Installation Count | 43 |
Current Version | 1.0.0.0 |
Last Updated | 2023-08-24 |
Publish Date | 2021-06-24 |
Rating | 4.93/5 Total 14 Ratings |
Developer | to.rabinshrestha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Miti", "description": "This extension shows Bikram Sambat Calendar date as extension icon, monthly calendar as dropdown for Chrome browser.", "version": "1.0.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "idle" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/datePic\/logo_16.png", "48": "\/datePic\/logo_96.png", "128": "\/datePic\/logo_128.png" } }, "icons": { "16": "\/datePic\/logo_16.png", "48": "\/datePic\/logo_96.png", "128": "\/datePic\/logo_128.png" } } |