History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
Co je History Graph?
History Graph je rozšíření Chrome vyvinuté William Ma, a jeho hlavní funkcí je „Reads your history, and shows the top ten pages you go to by typing the URL.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření History Graph
Stáhněte si soubory rozšíření History Graph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | kknceihjckaijliogihaggomdjlaboim |
Oficiální URL | https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim |
Popis | Reads your history, and shows the top ten pages you go to by typing the URL. |
Velikost souboru | 134 KB |
Počet instalací | 11 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2016-01-15 |
Datum Vydání | 2016-01-15 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | William Ma |
Typ Platby | free |
Podporované Jazyky | 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 } |