Review of "Gold Silver Price" version 1

Details Page Preview

Shows the current price of Gold and Silver. curl is requried. Love this extension? give me a star on github. This extension uses https://www.google.com/finance

Extension Homepage
https://github.com/arononak/gold-silver-price-gnome-extension

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please use a less generic name for the default class you are exporting (line 70 `extension.js`). 2. Please add to the description that this extension is using Google services. 3. You should use `Soup` instead of spawn command (line 102, 106 `extension.js`). 4. Also null out in disable: ```js this._silverButton = null; this._goldButton = null; ```
Aron Onak posted a review
1. Fixed, 2. Fixed, 3. Not possible, im use grep and tr apps from CLI, i can use reg exp but currently is more elastic, 4. Fixed,