Statsify

Visualize cool stats about a page with a single click!

Statsifyคืออะไร?

Statsify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Bi และคุณลักษณะหลักของมันคือ "Visualize cool stats about a page with a single click!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Statsify allows you to view interesting statistics and information about the webpage you're currently browsing. With a single click, you can generate the following insights: 

• Ratio of internal vs. outbound links
• Most frequent words
• Key phrases
• Total word count

Visit https://www.statsify.us to learn more and access even more visualizations and statistics!                    

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

ชื่อ Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
คำอธิบาย Visualize cool stats about a page with a single click!
ขนาดไฟล์ 15.84 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.00
อัปเดตครั้งล่าสุด 2019-02-17
วันที่เผยแพร่ 2019-02-17
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alan Bi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.statsify.us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Statsify",
    "description": "Visualize cool stats about a page with a single click!",
    "version": "1.00",
    "icons": {
        "128": "assets\/logo.png"
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}