Just tested and here is the answer. In the near future: yes, but with complications.
After entering only one Polymer element, I got a lot of errors: Refuse to execute the inline script because it violates the following content security policy: "script -src" self ". To enable inline execution, either the" insecure-inline "keyword is required, or hash ('sha256-AYzkEOy570v3pgwSjL36msfNQGIBNCoa6ppxJtI8Fag ='), or nonce ('nonce -...').
The requirements for the Chrome 31+ extension - so I canโt change the content security policy. I cannot use the built-in <script> tags for any templates.
So, I modified the Polymer code by moving all the built-in scripts to separate the scripts, and it worked.
Cons: I cannot automatically update the code if Polymer is updated. Every time I need to rewrite his code.
source share