Statsify

Visualize cool stats about a page with a single click!

Statsify là gì?

Statsify là một tiện ích mở rộng Chrome được phát triển bởi Alan Bi, và tính năng chính của nó là "Visualize cool stats about a page with a single click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Statsify

Tải xuống các tệp mở rộng Statsify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
URL Chính Thức https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
Mô tả Visualize cool stats about a page with a single click!
Kích Thước Tệp 15.84 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.00
Cập Nhật Lần Cuối 2019-02-17
Ngày Phát Hành 2019-02-17
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alan Bi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.statsify.us
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}