Last active
December 30, 2015 13:08
Revisions
-
Hengjie revised this gist
Dec 6, 2013 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ getVersion = -> xhr = new XMLHttpRequest() xhr.open "GET", chrome.extension.getURL("manifest.json"), false xhr.send null manifest = JSON.parse(xhr.responseText) manifest.version -
Hengjie created this gist
Dec 6, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ getVersion = -> xhr = new XMLHttpRequest() xhr.open "GET", chrome.extension.getURL("manifest.json"), false xhr.send null manifest = JSON.parse(xhr.responseText) manifest.version