History Graph

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

Was ist History Graph?

History Graph ist eine Chrome-Erweiterung, die von William Ma entwickelt wurde, und ihr Hauptmerkmal ist "Reads your history, and shows the top ten pages you go to by typing the URL.".

Erweiterungsscreenshots

screenshot

History Graph-Erweiterungs-CRX-Datei herunterladen

Laden Sie History Graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
Offizielle URL https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Beschreibung Reads your history, and shows the top ten pages you go to by typing the URL.
Dateigröße 134 KB
Installationsanzahl 11
Aktuelle Version 1.6
Letztes Update 2016-01-15
Veröffentlichungsdatum 2016-01-15
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler William Ma
Zahlungsart free
Unterstützte Sprachen 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
}