Recenzie doplnku Selectext: Copy Text from Videos
Selectext: Copy Text from Videos Autor: Selectext
11 recenzií
- Hodnotenie: 5 z 5autor: 退出党团队远离中共邪教, pred 25 dňami
- Hodnotenie: 5 z 5autor: 敬念法轮大法好远离瘟疫, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 18251978, pred rokom
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14014576, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Alex, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Sammie_7215, pred 3 rokmiSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Hodnotenie: 5 z 5autor: Atir, pred 3 rokmiIt'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
<
}
}Odpoveď od vývojára
uverejnené pred 3 rokmiSorry about that, this has been fixed now.
Vinny from Selectext - Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14182454, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15285165, pred 4 rokmi
- Hodnotenie: 5 z 5autor: Anosema, pred 4 rokmiReally 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