How to set Chrome's user script version number -


edit: bug caused problem has been fixed. @version tag works in stable release. see issue 30760


hey.

i've been wondering how might set version number displayed user-scripts in chrome's extension tab

example image http://atli.advefir.com/images/chrome_user-script_version.jpeg

so far obvious methods have failed:

// ==userscript== // @version 1.1.5 // @uso:version 1.1.5 // ==/userscript== 

i know greasemonkey firefox doesn't use version value, since chrome displays version number, thought might.

perhaps feature has not been implemented?
or maybe never intended there, there because extensions have version numbers, , user-scripts installed extensions?

(i'm using linux beta, version: 4.0.249.43, way)

thanks.

ok, appears confirmed bug now. (issue 30760)

seems standard @version meta-data correct usage, but has not yet been implemented.

edit: @version tag works in stable release of chromium (and, therefore, chrome).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -