Armory Cam Tab
Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.
什么是Armory Cam Tab?
Armory Cam Tab是由Coding Johns开发的Chrome扩展程序,该扩展的主要功能是“Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.”。
扩展截图
下载Armory Cam Tab扩展crx文件
下载Armory Cam Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a live look at Armory Square in Syracuse, NY every time you open a new tab!
扩展基本信息
名称 | Armory Cam Tab |
ID | mcgpmcceklgakpdofmbalcaifaabagkf |
官方URL | https://chromewebstore.google.com/detail/armory-cam-tab/mcgpmcceklgakpdofmbalcaifaabagkf |
简介 | Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab. |
文件大小 | 59.5 KB |
安装次数 | 56 |
当前版本 | 1.3.2 |
更新时间 | 2018-11-20 |
上架时间 | 2018-11-20 |
评分 | 4.14/5 共7次评分 |
开发者 | Coding Johns |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "cam.html" }, "description": "Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.", "manifest_version": 2, "name": "Armory Cam Tab", "version": "1.3.2", "permissions": [ "storage" ], "icons": { "128": "images\/[email protected]", "16": "images\/[email protected]", "48": "images\/[email protected]" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; img-src * data:; object-src 'self'" } |