DLE Timestamp Converter is a Chrome extension that changes UK timestamps on the DLE to Sri Lankan time for easier reading.
- 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.
-
Clone the repository:
git clone https://github.com/dizzpy/dle-local-time.git cd dle-local-time
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable Developer Mode by toggling the switch in the top right corner.
-
Click on "Load unpacked" and select the directory of the cloned repository.
-
The extension should now be installed and active in your Chrome browser.
- Navigate to the University of Plymouth's DLE at dle.plymouth.ac.uk.
- The extension will automatically convert UK timestamps to Sri Lankan time.
- 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.
We welcome contributions to improve this project! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/YourFeatureName
- Create a Pull Request.
Please ensure your code adheres to the existing style and conventions in the project.