Timeline for Chrome
A Timeline extension to accompany the Timeline for Chrome Windows Store app.
什么是Timeline for Chrome?
Timeline for Chrome是由IgorX2开发的Chrome扩展程序,该扩展的主要功能是“A Timeline extension to accompany the Timeline for Chrome Windows Store app.”。
扩展截图
下载Timeline for Chrome扩展crx文件
下载Timeline for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Timeline for Chrome |
ID | hmeejpepihngockjpcappgappbepggip |
官方URL | https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip |
简介 | A Timeline extension to accompany the Timeline for Chrome Windows Store app. |
文件大小 | 14.26 KB |
安装次数 | 892 |
当前版本 | 1.2 |
更新时间 | 2018-10-02 |
上架时间 | 2018-10-02 |
评分 | 3.67/5 共3次评分 |
开发者 | IgorX2 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |