Christmas and Valentines Countdown
This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!
什么是Christmas and Valentines Countdown?
Christmas and Valentines Countdown是由kalebappdev开发的Chrome扩展程序,该扩展的主要功能是“This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!”。
下载Christmas and Valentines Countdown扩展crx文件
下载Christmas and Valentines Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Christmas and Valentines Countdown |
ID | didnloiagfnkefgcmojilkkbmhmlfnij |
官方URL | https://chromewebstore.google.com/detail/christmas-and-valentines/didnloiagfnkefgcmojilkkbmhmlfnij |
简介 | This extension shows how much time until Christmas, and Valentines Day, with updates coming soon! |
文件大小 | 8.27 KB |
安装次数 | 35 |
当前版本 | 2.1 |
更新时间 | 2017-10-08 |
上架时间 | 2017-10-08 |
评分 | 5.00/5 共2次评分 |
开发者 | kalebappdev |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Christmas and Valentines Countdown", "description": "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!", "version": "2.1", "browser_action": { "default_icon": "icon.png", "default_popup": "christmas.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |