Tampa Bay Lightning New Tab
Stay up to date with news, videos, and twitter updates from your favorite Bolts!
Qu'est-ce que Tampa Bay Lightning New Tab ?
Tampa Bay Lightning New Tab est une extension Chrome développée par http://fanconcepts.com, et sa fonction principale est "Stay up to date with news, videos, and twitter updates from your favorite Bolts!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tampa Bay Lightning New Tab
Téléchargez les fichiers d'extension Tampa Bay Lightning New Tab 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
A great new tab!
Informations de Base sur l'Extension
Nom | |
ID | emkimmcnkhcgcjemahlkbcmblfnbmkgb |
URL Officiel | https://chrome.google.com/webstore/detail/tampa-bay-lightning-new-t/emkimmcnkhcgcjemahlkbcmblfnbmkgb |
Description | Stay up to date with news, videos, and twitter updates from your favorite Bolts! |
Taille du Fichier | 29.03 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-03-07 |
Date de Publication | 2016-03-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://fanconcepts.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tampa Bay Lightning New Tab", "description": "Stay up to date with news, videos, and twitter updates from your favorite Bolts!", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "lib\/bg.js" ] }, "chrome_url_overrides": { "newtab": "lib\/newtab.html" }, "web_accessible_resources": [ "ping.png" ] } |