Evan Time
Makes the background of your webpage infinitely happier.
什么是Evan Time?
Evan Time是由Stephanie Northway开发的Chrome扩展程序,该扩展的主要功能是“Makes the background of your webpage infinitely happier.”。
扩展截图
下载Evan Time扩展crx文件
下载Evan Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
扩展基本信息
名称 | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
官方URL | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
简介 | Makes the background of your webpage infinitely happier. |
文件大小 | 38.83 KB |
安装次数 | 17 |
当前版本 | 2.0 |
更新时间 | 2014-12-27 |
上架时间 | 2014-12-27 |
评分 | 5.00/5 共6次评分 |
开发者 | Stephanie Northway |
付费类型 | free |
支持的语言 | 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" } } |