Timeline for Chrome
A Timeline extension to accompany the Timeline for Chrome Windows Store app.
Qu'est-ce que Timeline for Chrome ?
Timeline for Chrome est une extension Chrome développée par IgorX2, et sa fonction principale est "A Timeline extension to accompany the Timeline for Chrome Windows Store app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timeline for Chrome
Téléchargez les fichiers d'extension Timeline for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Timeline for Chrome |
ID | hmeejpepihngockjpcappgappbepggip |
URL Officiel | https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip |
Description | A Timeline extension to accompany the Timeline for Chrome Windows Store app. |
Taille du Fichier | 14.26 KB |
Nombre d'Installations | 892 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-10-02 |
Date de Publication | 2018-10-02 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | IgorX2 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |