Yumod
Get Medium Writer's Stories and Stats
Yumod란 무엇입니까?
Yumod은(는) yumod.apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Medium Writer's Stories and Stats"입니다.
확장 프로그램 스크린샷
Yumod 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In medium.com when reading stories if you want to see writer's other stories quickly, this extension is for you. And also you can see writer's followers/followings and stories count. You can sort stories according to claps count. You can also see story view results stats details
확장 프로그램 기본 정보
이름 | Yumod |
ID | kpjkbgdonednmekjdoemegjnlflnfgkd |
공식 URL | https://chromewebstore.google.com/detail/yumod/kpjkbgdonednmekjdoemegjnlflnfgkd |
설명 | Get Medium Writer's Stories and Stats |
파일 크기 | 113 KB |
설치 횟수 | 156 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2021-01-18 |
출시 날짜 | 2019-12-03 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | yumod.apps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.onurdayibasi.com |
도움말 페이지 URL | https://www.onurdayibasi.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yumod", "version": "1.1.3", "description": "Get Medium Writer's Stories and Stats", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/core\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Medium Writer's Stories" }, "icons": { "16": "images\/icons\/yumod16.png", "32": "images\/icons\/yumod32.png", "48": "images\/icons\/yumod48.png", "128": "images\/icons\/yumod128.png" }, "manifest_version": 2 } |