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

https://github.com/dizzpy/dle-local-time

Chrome extension to convert University of Plymouth DLE timestamps from UK time to Sri Lankan time.
https://github.com/dizzpy/dle-local-time

nsbm nsbmgreenuniversity

Last synced: 10 months ago
JSON representation

Chrome extension to convert University of Plymouth DLE timestamps from UK time to Sri Lankan time.

Awesome Lists containing this project

README

          

# DLE Timestamp Converter

## Overview

DLE Timestamp Converter is a Chrome extension that changes UK timestamps on the DLE to Sri Lankan time for easier reading.

## Features

- A toggle switch in the popup allows users to enable or disable the conversion.
- Keyboard shortcut `Command+Shift+Y` on Mac, `Ctrl+Shift+Y` on Windows/Linux to quickly toggle the conversion on and off.

## Installation

1. **Clone the repository**:
```bash
git clone https://github.com/dizzpy/dle-local-time.git
cd dle-local-time
```

2. **Open Chrome and navigate to** `chrome://extensions/`.

3. **Enable Developer Mode** by toggling the switch in the top right corner.

4. **Click on "Load unpacked"** and select the directory of the cloned repository.

5. The extension should now be installed and active in your Chrome browser.

## Usage

1. Navigate to the University of Plymouth's DLE at [dle.plymouth.ac.uk](https://dle.plymouth.ac.uk/).
2. The extension will automatically convert UK timestamps to Sri Lankan time.
3. To toggle the conversion, you can either:
- Use the popup interface to switch the conversion on or off.
- Use the keyboard shortcut `Ctrl+Shift+Y` to toggle the conversion quickly.

## Contributing

We welcome contributions to improve this project! To contribute:

1. **Fork the repository**.
2. **Create a new branch** for your feature or bug fix:
```bash
git checkout -b feature/YourFeatureName
```
3. **Make your changes** and commit them:
```bash
git commit -m "Add some feature"
```
4. **Push to the branch**:
```bash
git push origin feature/YourFeatureName
```
5. **Create a Pull Request**.

Please ensure your code adheres to the existing style and conventions in the project.