Nepali Date

Show today's nepali date

Τι είναι το Nepali Date;

Το Nepali Date είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον acesmndr, και η κύρια λειτουργία του είναι "Show today's nepali date".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Nepali Date

Λήψη αρχείων επέκτασης Nepali Date σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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}"
        }
    }
}