Evan Time
Makes the background of your webpage infinitely happier.
What is Evan Time?
Evan Time is a Chrome extension developed by Stephanie Northway, and its main feature is "Makes the background of your webpage infinitely happier.".
Extension Screenshots
Download Evan Time Extension CRX File
Download Evan Time 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
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
Extension Basic Information
Name | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
Official URL | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
Description | Makes the background of your webpage infinitely happier. |
File Size | 38.83 KB |
Installation Count | 17 |
Current Version | 2.0 |
Last Updated | 2014-12-27 |
Publish Date | 2014-12-27 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Stephanie Northway |
Payment Type | free |
Supported Languages | 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" } } |