Iconic History

Visualize your browser history with favicons.

ما هو Iconic History؟

Iconic History هو إضافة Chrome تم تطويرها بواسطة yemount، والميزة الرئيسية لها هي "Visualize your browser history with favicons.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Iconic History

قم بتنزيل ملفات الامتداد Iconic History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
عنوان URL الرسمي https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
الوصف Visualize your browser history with favicons.
حجم الملف 63.48 KB
عدد التثبيتات 3,706
النسخة الحالية 1.0
آخر تحديث 2014-03-17
تاريخ النشر 2014-03-17
تقييم 4.47/5 مجموع تقييمات 34
المطور yemount
نوع الدفع free
موقع الإضافة http://shan-huang.com/browserdatavis/index.html
عنوان صفحة المساعدة https://github.com/yemount/IconicHistory
اللغات المدعومة 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"
    }
}