Iconic History

Visualize your browser history with favicons.

Was ist Iconic History?

Iconic History ist eine Chrome-Erweiterung, die von yemount entwickelt wurde, und ihr Hauptmerkmal ist "Visualize your browser history with favicons.".

Erweiterungsscreenshots

screenshot

Iconic History-Erweiterungs-CRX-Datei herunterladen

Laden Sie Iconic History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
Offizielle URL https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Beschreibung Visualize your browser history with favicons.
Dateigröße 63.48 KB
Installationsanzahl 3,706
Aktuelle Version 1.0
Letztes Update 2014-03-17
Veröffentlichungsdatum 2014-03-17
Bewertung 4.47/5 Insgesamt 34 Bewertungen
Entwickler yemount
Zahlungsart free
Erweiterungswebsite http://shan-huang.com/browserdatavis/index.html
Hilfeseite URL https://github.com/yemount/IconicHistory
Unterstützte Sprachen 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"
    }
}