History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
Cos'è History Graph?
History Graph è un'estensione di Chrome sviluppata da William Ma, e la sua funzione principale è "Reads your history, and shows the top ten pages you go to by typing the URL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Graph
Scarica i file di estensione History Graph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kknceihjckaijliogihaggomdjlaboim |
URL Ufficiale | https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim |
Descrizione | Reads your history, and shows the top ten pages you go to by typing the URL. |
Dimensione del File | 134 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2016-01-15 |
Data di Pubblicazione | 2016-01-15 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | William Ma |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |