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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}