salve a tutti non riesco a utilizzate chrome.tabs per settare lo zoom del browser, ho trovato un esempio su stackoverflow, ma non riesco ugualmente, qualcuno può farmi un esempio cortesemente con questa pagina hello word:
Grazie a tutti e Buona GiornataCodice HTML:<!DOCTYPE html> <html> <head> <script> //Chrome.tabs </script> </head> <body> <p>Hello Word</p> </body> </html>