Shibes.Org DogeCoin Tracker
This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
What is Shibes.Org DogeCoin Tracker?
Shibes.Org DogeCoin Tracker is a Chrome extension developed by James Shelley, and its main feature is "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".
Extension Screenshots
Download Shibes.Org DogeCoin Tracker Extension CRX File
Download Shibes.Org DogeCoin Tracker 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
This extension will override your new tab page with current dogecoin price information.
Extension Basic Information
Name | Shibes.Org DogeCoin Tracker |
ID | jedodbnokihgeijikkcneiklbcoiaijb |
Official URL | https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb |
Description | This extension replaces the new tab page in chrome with price tracking information about the DogeCoin. |
File Size | 69.3 KB |
Installation Count | 48 |
Current Version | 1.14 |
Last Updated | 2018-01-01 |
Publish Date | 2018-01-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | James Shelley |
[email protected] | |
Payment Type | free |
Extension Website | https://shibes.org |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shibes.Org DogeCoin Tracker", "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.", "version": "1.14", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "homepage_url": "https:\/\/shibes.org", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "activeTab", "storage" ] } |