Evan Time
Makes the background of your webpage infinitely happier.
Qu'est-ce que Evan Time ?
Evan Time est une extension Chrome développée par Stephanie Northway, et sa fonction principale est "Makes the background of your webpage infinitely happier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Evan Time
Téléchargez les fichiers d'extension Evan Time 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
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
Informations de Base sur l'Extension
Nom | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
URL Officiel | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
Description | Makes the background of your webpage infinitely happier. |
Taille du Fichier | 38.83 KB |
Nombre d'Installations | 17 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-12-27 |
Date de Publication | 2014-12-27 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Stephanie Northway |
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": "Evan Time", "description": "Makes the background of your webpage infinitely happier.", "version": "2.0", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "evan.png", "default_title": "Evan Time" } } |