DominicMaas / TimelineExtension

Windows Timeline & Project Rome Web Extension
MIT License
482 stars 27 forks source link
chrome-extension firefox-extension microsoft-graph project-rome vivaldi-extension windows-timeline

This extension is no longer being developed, and the login backend has been shutdown. Please use the official Microsoft Extension: https://chrome.google.com/webstore/detail/web-activities/eiipeonhflhoiacfbniealbdjoeoglid


Timeline Support - Web Extension

A web extension that integrates Windows Timeline support into popular browsers.

Timeline Image

Introduction

Timeline Support is a web extension that integrates Windows Timeline support into popular browsers. This is done by publishing your browsing history as activities to the Microsoft Graph (so a Microsoft Account is required to use this extension). Personal Microsoft Accounts are confirmed to work, work and school accounts should work.

See frequently asked questions here.

Browser Support

Browser Supported Download Note
Google Chrome Yes Chrome Web Store Fully Supported
Firefox Yes Firefox Addons Fully Supported
Microsoft Edge No n/a Pending news on the new Microsoft Edge. Will most likely use a customised version of the Chrome Extension.
Vivaldi Yes Chrome Web Store Supported Icon Assets. Chrome OAuth Base.
Opera Yes Chrome Web Store Supported Icon Assets. Download from Chrome Web Store on supported Opera versions.
Safari No n/a No support is planned. The costs and effort to port the extension (and then deal with Apple Support) is not worth it.

Setup

  1. Clone the repository and open it.
  2. Run npm install.
  3. Run npm run build to build files or npm run watch for debugging.
  4. Open browser, load unpacked extension in the extension folder.

Translating

Extension translation is done via the usual web extension method. Simply create a folder under extension/_locales for your language, then copy the messages.json file from the en folder as a template into your new folder. Once complete, create a pull request.

Version History

1.0.4

1.0.3

1.0.2

1.0.1

Screenshots

Signed In

Signed Out

Credits

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details