Selectext: Copy Text from Videos のレビュー
Selectext: Copy Text from Videos 作成者: Selectext
合計レビュー数: 19
- 5 段階中 1 の評価Firefox ユーザー 18680151 によるレビュー (6ヶ月前)
- 5 段階中 1 の評価Firefox ユーザー 11968036 によるレビュー (10ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 18251978 によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 14014576 によるレビュー (2年前)
- 5 段階中 5 の評価Sammie_7215 によるレビュー (3年前)Super handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- It's not working, I tried to copy but it's shown like this. It was working good before
public class Arrays {
Run | Debug
public static void
main
(
String
args
[
]
)
{
int
[
]
marks
=
new
int
[
3
]
;
marks
[
0
]
=
97
;
//
phy
marks
[
1
]
=
98
;
//
chem
marks
[
2
]
=
95
;
//
eng
//
System.out.println
(
marks
[
0
]
)
;
//
System.out.println
(
marks
[
1
]
)
;
//
System.out.println
(
marks
[
2
]
)
;
for
(
int
i
=
0
;
i
<
}
} - 5 段階中 5 の評価Firefox ユーザー 14182454 によるレビュー (3年前)
- 5 段階中 4 の評価BladeMaker によるレビュー (3年前)Almost excellent and it's the only extension that works so well with ocr/youtube but the problem is when copy and pasting it comes out as for example:
"按
门铃
吧"
instead of:
"按 门铃 吧"
This can be a big difference in google translate.開発者の返信
投稿日時: 3年前Thanks for the review! I have just pushed an update to the extension which adds 'single-line' and 'multi-line' modes in the extension popup (opened via clicking on the extension icon in the top right of the browser). The 'single-line' mode should work better for your use case, as everything will be copied onto a single line.
Cheers,
Vinny from Selectext - 5 段階中 5 の評価Firefox ユーザー 15285165 によるレビュー (4年前)