How to set Chrome's user script version number.

Posted by Atli on Stack Overflow See other posts from Stack Overflow or by Atli
Published on 2010-01-15T11:30:48Z Indexed on 2010/04/06 4:03 UTC
Read the original article Hit count: 269

Hey.

I've been wondering how I might set the version number displayed for user-scripts in Chrome's extension tab

Example image

So far the obvious methods have failed:

// ==UserScript==
// @version 1.1.5
// @uso:version 1.1.5
// ==/UserScript==

I know Greasemonkey for Firefox doesn't use a version value, but since Chrome actually displays a version number, I thought it might.

Perhaps this is a feature that has not been implemented?
Or maybe it was never intended to be there, but it is there because extensions have version numbers, and user-scripts are currently installed as extensions?

(I'm using the Linux beta, version: 4.0.249.43, by the way)

Thanks.

Edit: Seems this is listed as an unconfirmed bug in the Chromium bug database (Issue 30760)

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about userscripts