Better Medium Stats

View your Medium stats in a better way and export data to csv file.

Better Medium Statsคืออะไร?

Better Medium Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย e04dl47878 และคุณลักษณะหลักของมันคือ "View your Medium stats in a better way and export data to csv file."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A feature-rich tool that helps writers on Medium get more insights from the stats.

## Features

-  Total stories count, views, reads, views/reads, claps, fans, claps/fans
-  Total views in 4 different timespans: year, month, week, date, hour
-  Sort your articles by different metrics
-  Last 30 days new followers trend
-  Export and download stats as csv file

## How to use

Step 0: Log in to your Medium account
Step 1: Click the icon
Step 2: Get the stats!


## Source Code

You can find the source code on the link below: 
https://github.com/HcwXd/better-medium-stats

## Contact

Feel free to reach me out at the following platform:

Medium: https://cwhu.medium.com
Facebook: https://www.facebook.com/HcwXd
Twitter: https://twitter.com/HcwXd

Enjoy:)                    

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

ชื่อ Better Medium Stats Better Medium Stats
ID pdehepohihkkmeclfnlnipieffkomajc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-medium-stats/pdehepohihkkmeclfnlnipieffkomajc
คำอธิบาย View your Medium stats in a better way and export data to csv file.
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 1,250
เวอร์ชันปัจจุบัน 1.10.0
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2020-05-26
คะแนน 4.86/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา e04dl47878
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/HcwXd/medium-stats-counter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Medium Stats",
    "description": "View your Medium stats in a better way and export data to csv file.",
    "version": "1.10.0",
    "browser_action": {
        "default_title": "Better Medium Stats",
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' unsafe-inline https:\/\/www.google-analytics.com\/analytics.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/2.8.0\/Chart.bundle.min.js; object-src 'self'",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/medium.com\/",
        "https:\/\/*.medium.com\/"
    ]
}