Running code snippets from Google Chrome console command line, using (experimental) code snippets feature?
问题 Reference: Using the new code snippets feature in google chrome I am using the code snippets in google chrome, so say I have a snippet file. check_consistency.js Is there an api or a global object through which we can run the snippet directly from the command line, something like: window.runSnippet('check_consistency.js') or maybe call methods defined in the snippet directly. 回答1: Workflow Tip 1 I also want to see this functionality added. Meanwhile, perhaps try opening the Sources where (as