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
公式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
Eメール [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"
}