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.
- Host: GitHub
- URL: https://github.com/dizzpy/dle-local-time
- Owner: dizzpy
- Created: 2024-11-03T21:46:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:44:14.000Z (over 1 year ago)
- Last Synced: 2025-03-30T22:32:24.484Z (about 1 year ago)
- Topics: nsbm, nsbmgreenuniversity
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.