mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
function foo(items, nada) {
|
|
for (var i=0; i<items.length; i++) {
|
|
alert(items[i] + "juhu\n");
|
|
} // Real Tab.
|
|
} |