Medium Plugin
Helpful Medium plugin for viewers
什么是Medium Plugin?
Medium Plugin是由https://sangnguyen.dev开发的Chrome扩展程序,该扩展的主要功能是“Helpful Medium plugin for viewers”。
扩展截图
下载Medium Plugin扩展crx文件
下载Medium Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Medium Plugin for Medium viewers.
- This extension adds a new button to generate a table of contents for articles you're reading.
- Add link button for every paragraph in aricle.
- Add button copy for code block. 扩展基本信息
| 名称 | |
| ID | oipiaoijoipncobppeichegfnnbcbeoa |
| 官方URL | https://chromewebstore.google.com/detail/medium-plugin/oipiaoijoipncobppeichegfnnbcbeoa |
| 简介 | Helpful Medium plugin for viewers |
| 文件大小 | 10.82 KB |
| 安装次数 | 173 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2022-11-20 |
| 上架时间 | 2022-05-03 |
| 开发者 | https://sangnguyen.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sangnguyen.dev/medium-plugin/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Medium Plugin",
"version": "1.2.1",
"description": "Helpful Medium plugin for viewers",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/main.js"
],
"css": [
"css\/main.css"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"script-src": "'self' 'unsafe-eval'",
"object-src": "'self'"
}
} | |