Oil Price
Brent and WTI prices in real time*
What is Oil Price?
Oil Price is a Chrome extension developed by Maximya Apps, and its main feature is "Brent and WTI prices in real time*".
Extension Screenshots
Download Oil Price Extension CRX File
Download Oil Price extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get Brent and WTI prices in real time* *Prices may be delayed up to 20 minutes
Extension Basic Information
Name | |
ID | bchomhcdomfcemjjfkagijhcinpbffan |
Official URL | https://chromewebstore.google.com/detail/oil-price/bchomhcdomfcemjjfkagijhcinpbffan |
Description | Brent and WTI prices in real time* |
File Size | 30.48 KB |
Installation Count | 759 |
Current Version | 0.1.4 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Maximya Apps |
Payment Type | free |
Extension Website | http://maximya.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oil Price", "version": "0.1.4", "description": "Brent and WTI prices in real time*", "permissions": [], "icons": { "16": "oilpriceicon.png", "48": "oilpriceicon48.png", "128": "oilpriceicon128.png" }, "browser_action": { "default_title": "Oil Price", "default_icon": "oilpriceicon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |