I am trying to make a chrome extension where I want to select a random page from 10 pages and set it as "new tab". How can I do that cause I cant use js?
I am trying to do something like this
"newtab": "%VAR%/index.html"
%VAR% is selected randomly from an array of 10 elements.