U.S. Army New Tab Photos
Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.
什么是U.S. Army New Tab Photos?
U.S. Army New Tab Photos是由http://www.baxbox.com开发的Chrome扩展程序,该扩展的主要功能是“Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.”。
扩展截图
下载U.S. Army New Tab Photos扩展crx文件
下载U.S. Army New Tab Photos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install this cool plugin to get a new U.S. Army photo as your web browser's background image. Show your support! This free Chrome plugin is provided by MilitaryAirfare.us.
扩展基本信息
名称 | |
ID | fjnbmemenheaokigamgklgnhooejmeee |
官方URL | https://chrome.google.com/webstore/detail/us-army-new-tab-photos/fjnbmemenheaokigamgklgnhooejmeee |
简介 | Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window. |
文件大小 | 29.01 KB |
安装次数 | 46 |
当前版本 | 1.0.2 |
更新时间 | 2016-10-10 |
上架时间 | 2016-10-10 |
评分 | 2.00/5 共3次评分 |
开发者 | http://www.baxbox.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U.S. Army New Tab Photos", "short_name": "U.S. Army New Tab Photos", "description": "Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.", "version": "1.0.2", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "\/newtab.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" } } |