Skip to content

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

Notifications You must be signed in to change notification settings

dizzpy/dle-local-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    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.
  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:
    git checkout -b feature/YourFeatureName
  3. Make your changes and commit them:
    git commit -m "Add some feature"
  4. Push to the branch:
    git push origin feature/YourFeatureName
  5. Create a Pull Request.

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

About

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

Topics

Resources

Stars

Watchers

Forks