https://github.com/drklrd/neptime
A tab based Chrome extension that shows date and time in Nepali
https://github.com/drklrd/neptime
Last synced: 12 months ago
JSON representation
A tab based Chrome extension that shows date and time in Nepali
- Host: GitHub
- URL: https://github.com/drklrd/neptime
- Owner: drklrd
- Created: 2018-01-11T15:09:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T14:51:44.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T01:31:41.056Z (over 1 year ago)
- Language: JavaScript
- Size: 14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neptime
A tab based Chrome extension that shows date and time in Nepali.
NPM package used for date conversion is https://github.com/techgaun/ad-bs-converter

# Usage
- First clone or download the repo and extract(if downloaded as zip)
- Go to chrome://extensions
- Enable the Developer mode
- Click Load unpacked extension
- Select the cloned or extracted directory(which directly contains manifest.json file inside)
- Thats all !
- Now open a new tab and yoy should see this extension in action.
# Development
After cloning the repository, install dependencies with
```
npm install
```
and to to start the development
```
npm run development
```