History Graph

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

Qu'est-ce que History Graph ?

History Graph est une extension Chrome développée par William Ma, et sa fonction principale est "Reads your history, and shows the top ten pages you go to by typing the URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension History Graph

Téléchargez les fichiers d'extension History Graph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
URL Officiel https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Description Reads your history, and shows the top ten pages you go to by typing the URL.
Taille du Fichier 134 KB
Nombre d'Installations 11
Version Actuelle 1.6
Dernière Mise à Jour 2016-01-15
Date de Publication 2016-01-15
Évaluation 4.00/5 Total 1 Évaluations
Développeur William Ma
Type de Paiement free
Langues Prises en Charge 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
}