A web extension that integrates Windows Timeline support into popular browsers.
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 | Supported | Download | Note |
---|---|---|---|
Google Chrome | Yes | Chrome Web Store | Fully Supported |
Firefox | Yes | Firefox Addons | Fully Supported |
Microsoft Edge | No | n/a | Microsoft Edge already has Windows Timeline integration. Might release a version that only contains Project Rome support. |
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. |
- Clone the repository and open it.
- Run
npm install
. - Run
npm run build
to build files ornpm run watch
for debugging. - Open browser, load unpacked extension in the
extension
folder.
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.
- New UI design.
- Added about page.
- Renamed extension to "Timeline Support" due to take-down request.
- Updated packages.
- Fixed issue that broke login for Opera users.
- Added new authentication system for generic browsers (Opera, Firefox Mobile) so they can login.
- Fixed scaling issue for Firefox Mobile.
- Fix issue where websites would be stored in your feed while in private mode.
- Added recent activities button.
- Added Opera icon assets.
- Fixed an issue where timeline activities would not appear or take a while to appear.
- Initial public beta.
- Dominic Maas - Initial work and lead - Twitter
- Daniel Aleksandersen - Firefox port, icon and lots of other misc changes - Homepage
- Mikael - Swedish translation - GitHub
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details