Timeline for Chrome

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

Co to jest Timeline for Chrome?

Timeline for Chrome to rozszerzenie Chrome opracowane przez IgorX2, a jego główną funkcją jest „A Timeline extension to accompany the Timeline for Chrome Windows Store app.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Timeline for Chrome

Pobierz pliki rozszerzeń Timeline for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Timeline for Chrome Timeline for Chrome
ID hmeejpepihngockjpcappgappbepggip
Oficjalny URL https://chromewebstore.google.com/detail/timeline-for-chrome/hmeejpepihngockjpcappgappbepggip
Opis A Timeline extension to accompany the Timeline for Chrome Windows Store app.
Rozmiar pliku 14.26 KB
Liczba instalacji 892
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-10-02
Data Publikacji 2018-10-02
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper IgorX2
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}