Coursera Subtitle Re-sizer
Re-size Coursera Subtitle without developer mode.
什么是Coursera Subtitle Re-sizer?
Coursera Subtitle Re-sizer是由https://rikimarutsui.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Re-size Coursera Subtitle without developer mode.”。
扩展截图
下载Coursera Subtitle Re-sizer扩展crx文件
下载Coursera Subtitle Re-sizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Coursera Subtitle Re-sizer allows you can customize the Coursera Video Subtitle size you own and without using developer mode.
# version 0.1.1
# Modify the select list from 10% to 200% 扩展基本信息
| 名称 | |
| ID | beaolknhmdebnkigfhpbokboimicedna |
| 官方URL | https://chromewebstore.google.com/detail/coursera-subtitle-re-size/beaolknhmdebnkigfhpbokboimicedna |
| 简介 | Re-size Coursera Subtitle without developer mode. |
| 文件大小 | 2.95 MB |
| 安装次数 | 348 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2018-07-27 |
| 上架时间 | 2018-07-26 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://rikimarutsui.blogspot.com |
| 付费类型 | free |
| 扩展官网 | https://www.coursera.org/ |
| 帮助页面URL | https://github.com/rikimarutsui/coursera-subtitle-chrome-extension |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coursera Subtitle Re-sizer",
"version": "0.1.1",
"description": "Re-size Coursera Subtitle without developer mode.",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "img.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |