Yumod
Get Medium Writer's Stories and Stats
什么是Yumod?
Yumod是由yumod.apps开发的Chrome扩展程序,该扩展的主要功能是“Get Medium Writer's Stories and Stats”。
扩展截图
下载Yumod扩展crx文件
下载Yumod扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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
} | |