Better Medium Stats
View your Medium stats in a better way and export data to csv file.
什么是Better Medium Stats?
Better Medium Stats是由e04dl47878开发的Chrome扩展程序,该扩展的主要功能是“View your Medium stats in a better way and export data to csv file.”。
扩展截图
下载Better Medium Stats扩展crx文件
下载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:) 扩展基本信息
| 名称 | |
| 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\/"
]
} | |