Tab Graph

Statistics on the history of how many tabs you have open.

Tab Graphคืออะไร?

Tab Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jim Woodward และคุณลักษณะหลักของมันคือ "Statistics on the history of how many tabs you have open."

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

screenshot
screenshot

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

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

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

                        Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity.

- It tells you how many tabs you have opened today.
- It tells you the maximum number of tabs you got up to today.
- Get a summary of the data for this week, this month, this year. As well as all time.

The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!                    

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

ชื่อ Tab Graph Tab Graph
ID deepnnihcdhoejjjjllojopgigodejpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn
คำอธิบาย Statistics on the history of how many tabs you have open.
ขนาดไฟล์ 64.99 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-05-28
วันที่เผยแพร่ 2018-05-28
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jim Woodward
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Tab Graph",
    "description": "Statistics on the history of how many tabs you have open.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/triangle_19.png",
            "38": "images\/triangle_38.png"
        },
        "default_title": "Tab Graph",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "images\/triangle_128.png",
        "48": "images\/triangle_48.png",
        "16": "images\/triangle_16.png"
    },
    "permissions": [
        "storage"
    ]
}