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.”。

擴展截圖

screenshot

下載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 Timeline for Chrome
ID hmeejpepihngockjpcappgappbepggip
官方網址 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"
}