Shibes.Org DogeCoin Tracker
This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Qu'est-ce que Shibes.Org DogeCoin Tracker ?
Shibes.Org DogeCoin Tracker est une extension Chrome développée par James Shelley, et sa fonction principale est "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shibes.Org DogeCoin Tracker
Téléchargez les fichiers d'extension Shibes.Org DogeCoin Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will override your new tab page with current dogecoin price information.
Informations de Base sur l'Extension
Nom | Shibes.Org DogeCoin Tracker |
ID | jedodbnokihgeijikkcneiklbcoiaijb |
URL Officiel | 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. |
Taille du Fichier | 69.3 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.14 |
Dernière Mise à Jour | 2018-01-01 |
Date de Publication | 2018-01-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | James Shelley |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shibes.org |
Langues Prises en Charge | 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" ] } |