This Chrome extension replaces relative time expressions on GitHub with absolute dates, making it easier to understand when events occurred without hovering over timestamps.
- Converts relative time expressions (e.g., "2 days ago") to absolute dates (e.g., "Jun 15, 2023")
-
Clone this repository:
git clone https://github.com/pkid/github-absolute-time-chrome-plugin.git
-
Open Google Chrome and navigate to
chrome://extensions
-
Enable "Developer mode" by toggling the switch in the top right corner
-
Click "Load unpacked" and select the directory where you cloned this repository
-
The extension should now appear in your list of installed extensions
Once installed, the extension will automatically convert relative times to absolute dates on GitHub pages.
To modify or enhance the extension:
- Make changes to the relevant files (
content.js
,background.js
,manifest.json
) - Save your changes
- Go to
chrome://extensions
- Find this extension in the list and click the refresh icon
- Reload any open GitHub tabs to see your changes
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any issues or have suggestions for improvements, please open an issue on this GitHub repository.