History Graph

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

Vad är History Graph?

History Graph är en Chrome-tillägg utvecklad av William Ma, och dess huvudfunktion är "Reads your history, and shows the top ten pages you go to by typing the URL.".

Tilläggsskärmbilder

screenshot

Ladda ner History Graph-förlängningens CRX-fil

Ladda ner History Graph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
Officiell webbadress https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Beskrivning Reads your history, and shows the top ten pages you go to by typing the URL.
Filstorlek 134 KB
Antal Installationer 11
Aktuell Version 1.6
Senast Uppdaterad 2016-01-15
Publiceringsdatum 2016-01-15
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare William Ma
Betalningssätt free
Stödda Språk 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
}