Timeline for Chrome

A Timeline extension to accompany the Timeline for Chrome Windows Store app.

Apa itu Timeline for Chrome?

Timeline for Chrome adalah ekstensi Chrome yang dikembangkan oleh IgorX2, dan fitur utamanya adalah "A Timeline extension to accompany the Timeline for Chrome Windows Store app.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Timeline for Chrome

Unduh file ekstensi Timeline for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Timeline for Chrome Timeline for Chrome
ID hmeejpepihngockjpcappgappbepggip
URL Resmi https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip
Deskripsi A Timeline extension to accompany the Timeline for Chrome Windows Store app.
Ukuran File 14.26 KB
Jumlah Instalasi 892
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-10-02
Tanggal Publikasi 2018-10-02
Penilaian 3.67/5 Total 3 Penilaian
Pengembang IgorX2
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}