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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/" ] } |