History Graph

Reads your history, and shows the top ten pages you go to by typing the URL.

Co to jest History Graph?

History Graph to rozszerzenie Chrome opracowane przez William Ma, a jego główną funkcją jest „Reads your history, and shows the top ten pages you go to by typing the URL.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia History Graph

Pobierz pliki rozszerzeń History Graph 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

                        Navigate through your recent history much easier with this extension. A graph of all travelled pages will be displayed for a user to navigate to any page he/she wishes.                    

Podstawowe informacje o rozszerzeniu

Nazwa History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
Oficjalny URL https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Opis Reads your history, and shows the top ten pages you go to by typing the URL.
Rozmiar pliku 134 KB
Liczba instalacji 11
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2016-01-15
Data Publikacji 2016-01-15
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper William Ma
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Graph",
    "version": "1.6",
    "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "GraphView.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon.png",
        "32": "icon32.png"
    },
    "manifest_version": 2
}