Iconic History

Visualize your browser history with favicons.

Co to jest Iconic History?

Iconic History to rozszerzenie Chrome opracowane przez yemount, a jego główną funkcją jest „Visualize your browser history with favicons.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Iconic History

Pobierz pliki rozszerzeń Iconic History w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
Oficjalny URL https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Opis Visualize your browser history with favicons.
Rozmiar pliku 63.48 KB
Liczba instalacji 3,706
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-03-17
Data Publikacji 2014-03-17
Ocena 4.47/5 Łącznie 34 Oceny
Deweloper yemount
Typ Płatności free
Strona Rozszerzenia http://shan-huang.com/browserdatavis/index.html
Adres URL Strony Pomocy https://github.com/yemount/IconicHistory
Obsługiwane Języki 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"
    }
}