Recensiones de Selectext: Copy Text from Videos
Selectext: Copy Text from Videos per Selectext
9 recensiones
- Classificate 5 de 5per Usator de Firefox 18251978, kaksi vuotta sitten
- Classificate 5 de 5per Usator de Firefox 14014576, kaksi vuotta sitten
- Classificate 5 de 5per Alex, kolme vuotta sitten
- Classificate 5 de 5per Sammie_7215, kolme vuotta sittenSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Classificate 5 de 5per Atir, kolme vuotta sittenIt'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
<
}
}Responsa de disveloppator
publicate kolme vuotta sittenSorry about that, this has been fixed now.
Vinny from Selectext - Classificate 5 de 5per Usator de Firefox 14182454, kolme vuotta sitten
- Classificate 5 de 5per Usator de Firefox 15285165, neljä vuotta sitten
- Classificate 5 de 5per Anosema, neljä vuotta sittenReally nice, works all the time but something can be annoying:
If the text is under the youtube's navigation bar, selectionning it can be a bit hard