An open API service indexing awesome lists of open source software.

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

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

![Wordtab Image](https://raw.githubusercontent.com/drklrd/neptime/master/neptime.png)

# 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
```