History Graph

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

Wat is History Graph?

History Graph is een Chrome-extensie ontwikkeld door William Ma, en de belangrijkste functie is "Reads your history, and shows the top ten pages you go to by typing the URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie History Graph

Download History Graph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
Officiële URL https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Beschrijving Reads your history, and shows the top ten pages you go to by typing the URL.
Bestandsgrootte 134 KB
Aantal Installaties 11
Huidige Versie 1.6
Laatst Bijgewerkt 2016-01-15
Publicatiedatum 2016-01-15
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar William Ma
Betalingswijze free
Ondersteunde Talen 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
}