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