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.
拡張機能の基本情報
名前 | Shadertoy frame exporter |
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 |
Eメール | [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" ] } |