1 frame forward
1 frame forward button. 1フレーム進むボタン
什么是1 frame forward?
1 frame forward是由Daiki Yoshimitsu开发的Chrome扩展程序,该扩展的主要功能是“1 frame forward button. 1フレーム進むボタン”。
扩展截图
下载1 frame forward扩展crx文件
下载1 frame forward扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
対応している動画サイトで1フレーム(30分の1コマ)進むことができる『コマ送り拡張ボタン(進む)』です。 アニメーションの勉強などに是非ご活用ください! 対応サイト(2021年10現在) -Disney+(リニューアル版対応済み) -YouTube -Bandai Channel -ニコニコ動画 -WWE Network -U-NEXT It is an expansion button that can move one frame forward (30fps) on supported video sites. Please use it for studying animation!
扩展基本信息
名称 | 1 frame forward |
ID | kcpphmaadlipclmhmdgjibnemplidjgh |
官方URL | https://chromewebstore.google.com/detail/1-frame-forward/kcpphmaadlipclmhmdgjibnemplidjgh |
简介 | 1 frame forward button. 1フレーム進むボタン |
文件大小 | 7.32 KB |
安装次数 | 661 |
当前版本 | 1.5.0 |
更新时间 | 2023-03-09 |
上架时间 | 2020-06-14 |
评分 | 3.75/5 共4次评分 |
开发者 | Daiki Yoshimitsu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1 frame forward", "version": "1.5.0", "description": "1 frame forward button. 1\u30d5\u30ec\u30fc\u30e0\u9032\u3080\u30dc\u30bf\u30f3", "icons": { "16": "icons\/right16.png", "48": "icons\/right48.png", "128": "icons\/right128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/*", "https:\/\/disneyplus.disney.co.jp\/*", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/watch.wwe.com\/*", "https:\/\/watch.wwe.com\/*", "http:\/\/www.nicovideo.jp\/*", "https:\/\/www.nicovideo.jp\/*", "https:\/\/www.b-ch.com\/*", "https:\/\/video.unext.jp\/play\/*" ], "js": [ "contents.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/right16.png" } } |