Timeline for Chrome
A Timeline extension to accompany the Timeline for Chrome Windows Store app.
What is Timeline for Chrome?
Timeline for Chrome is a Chrome extension developed by IgorX2, and its main feature is "A Timeline extension to accompany the Timeline for Chrome Windows Store app.".
Extension Screenshots
Download Timeline for Chrome Extension CRX File
Download Timeline for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Timeline for Chrome allows you to connect Google Chrome with Windows Timeline and open Timeline links in Chrome. Along with this extension, you need to install the payed app from the Microsoft Store. This app is used to securely push your Chrome history to the Windows Timeline.
Extension Basic Information
Name | Timeline for Chrome |
ID | hmeejpepihngockjpcappgappbepggip |
Official URL | https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip |
Description | A Timeline extension to accompany the Timeline for Chrome Windows Store app. |
File Size | 14.26 KB |
Installation Count | 892 |
Current Version | 1.2 |
Last Updated | 2018-10-02 |
Publish Date | 2018-10-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | IgorX2 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "A Timeline extension to accompany the Timeline for Chrome Windows Store app.", "icons": { "512": "icon.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Timeline for Chrome", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "background", "storage", "https:\/\/timeline-chrome.igorsevo.com\/*" ], "version": "1.2" } |