Nepali Date

Show today's nepali date

Nepali Date क्या है?

Nepali Date acesmndr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show today's nepali date"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nepali Date एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple lightweight extension to show current Nepali date besides the address bar for user convenience.

Features:
* Nepali Date can be viewed directly without the need to press any button
* Built in BS to AD and AD to BS date converter function (Can be accessed from extension context menu)
* Lightweight (< 50KB in size)
* Clicking the extension shows the current date details
* Has Horoscope, Panchang and a full calendar view support powered by Nepali Calendar
* Doesn't allocate resources when not in use
* Doesn't track user details
* Open source codebase

Usage:
* Pin the extension for viewing the nepali date in the browser at all time
* Hover over the extension icon to view the full nepali date
* Click the extension icon to view the calendar, horoscope and other features
* Use the right click menu to access conversion methods to convert dates from AD to BS and viceversa as well as visit hamropatro                    

एक्सटेंशन की मूल जानकारी

नाम Nepali Date Nepali Date
ID jlklaielfnejdimgpfkebdnbkjagkioa
आधिकारिक URL https://chromewebstore.google.com/detail/nepali-date/jlklaielfnejdimgpfkebdnbkjagkioa
विवरण Show today's nepali date
फ़ाइल का आकार 46.01 KB
स्थापना संख्या 2,141
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2021-06-27
प्रकाशन तिथि 2021-01-15
रेटिंग 4.85/5 कुल 20 रेटिंग्स
डेवलपर acesmndr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/acesmndr/nepali-date-chrome-extension
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nepali Date",
    "version": "3.0.0",
    "description": "Show today's nepali date",
    "browser_action": {
        "default_title": "Nepali Date",
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "assets\/popup.html"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "idle"
    ],
    "icons": {
        "16": "assets\/icons\/0.jpg",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ],
        "persistent": false
    },
    "applications": {
        "gecko": {
            "id": "{4a11a005-21bc-4448-a8f0-c636c7c5ee87}"
        }
    }
}