Iconic History

Visualize your browser history with favicons.

Co je Iconic History?

Iconic History je rozšíření Chrome vyvinuté yemount, a jeho hlavní funkcí je „Visualize your browser history with favicons.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Iconic History

Stáhněte si soubory rozšíření Iconic History 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í

                        Iconic History is a Chrome extension that visualizes your browser history in favicons. It creates a favicon for each url you visited, and then compiles all favicons into a huge sequence based on access time. You can not only see all history in the past four months in a page, but also identify personal browsing habits through the straightforward visual presentation of your online life.                    

Základní Informace o Rozšíření

Název Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
Oficiální URL https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Popis Visualize your browser history with favicons.
Velikost souboru 63.48 KB
Počet instalací 3,706
Aktuální Verze 1.0
Poslední Aktualizace 2014-03-17
Datum Vydání 2014-03-17
Hodnocení 4.47/5 Celkem 34 Hodnocení
Vývojář yemount
Typ Platby free
Webové stránky Rozšíření http://shan-huang.com/browserdatavis/index.html
URL Stránky Nápovědy https://github.com/yemount/IconicHistory
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iconic History",
    "description": "Visualize your browser history with favicons.",
    "version": "1.0",
    "permissions": [
        "chrome:\/\/favicon\/",
        "history"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}