Testing Chrome extension update transition code using auto-update -


i have extension in chrome store published v1. publish v2. however, first want test automatic update scenario user goes v1->v2 via automatic update, ensure internal state extension not broken updates.

is there way test automatic updates? prefer officially supported methodology, i'm looking way test update code works automatic updates.

check autoupdating guide chrome extensions.

testing

the default update check frequency several hours, can force update using extensions page's update extensions button.

another option use --extensions-update-frequency command-line flag set more frequent interval in seconds. example, make checks run every 45 seconds, run google chrome this:

chrome.exe --extensions-update-frequency=45 note affects checks installed extensions , apps, consider bandwidth , server load implications of this. may want temporarily uninstall 1 testing with, , should not run option turned on during normal browser usage.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -