Shadertoy frame exporter
High quality timed frame export from Shadertoy
什么是Shadertoy frame exporter?
Shadertoy frame exporter是由tdhooper开发的Chrome扩展程序,该扩展的主要功能是“High quality timed frame export from Shadertoy”。
扩展截图
下载Shadertoy frame exporter扩展crx文件
下载Shadertoy frame exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unofficial plugin, please do not send bug reports to Shadertoy. 扩展基本信息
| 名称 | |
| ID | bkompdalfpocndfcbcdajnfkjklbecjn |
| 官方URL | https://chromewebstore.google.com/detail/shadertoy-frame-exporter/bkompdalfpocndfcbcdajnfkjklbecjn |
| 简介 | High quality timed frame export from Shadertoy |
| 文件大小 | 23.25 KB |
| 安装次数 | 450 |
| 当前版本 | 0.2.5 |
| 更新时间 | 2020-10-07 |
| 上架时间 | 2019-10-14 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | tdhooper |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/tdhooper/shadertoy-frame-exporter |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shadertoy frame exporter",
"version": "0.2.5",
"description": "High quality timed frame export from Shadertoy",
"icons": {
"128": "icon.png"
},
"author": "tdhooper",
"homepage_url": "https:\/\/github.com\/tdhooper\/shadertoy-frame-exporter",
"content_scripts": [
{
"matches": [
"https:\/\/www.shadertoy.com\/view\/*"
],
"js": [
"inject.js"
],
"css": [
"styles.css"
]
}
],
"web_accessible_resources": [
"main.js",
"lib\/FileSaver-2.0.0.min.js"
]
} | |