HistoryStats

Provides a statistical and graphical display of web page visits stored in your browser's history

HistoryStatsคืออะไร?

HistoryStats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gmsapps และคุณลักษณะหลักของมันคือ "Provides a statistical and graphical display of web page visits stored in your browser's history"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HistoryStats

ดาวน์โหลดไฟล์ส่วนขยาย HistoryStats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        HistoryStats provides you with a statistical and graphical display of your browser's history.  Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
คำอธิบาย Provides a statistical and graphical display of web page visits stored in your browser's history
ขนาดไฟล์ 67.7 KB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-08-31
วันที่เผยแพร่ 2015-08-31
คะแนน 3.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา gmsapps
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/site/appsbygarystump/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HistoryStats",
    "version": "1.4",
    "description": "Provides a statistical and graphical display of web page visits stored in your browser's history",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}