Aperture
Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.
什么是Aperture?
Aperture是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.”。
扩展截图
下载Aperture扩展crx文件
下载Aperture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab. 扩展基本信息
| 名称 | |
| ID | mbalpocjjjfefbklicbomlfbhghgcoda |
| 官方URL | https://chromewebstore.google.com/detail/aperture/mbalpocjjjfefbklicbomlfbhghgcoda |
| 简介 | Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab. |
| 文件大小 | 42.22 KB |
| 安装次数 | 100 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-08-23 |
| 上架时间 | 2017-08-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Aperture",
"version": "1.1",
"description": "Aperture displays beautiful surf photos from selected surf photographers every time you open a new tab.",
"browser_action": {
"default_icon": "img\/icon.png"
},
"icons": {
"16": "img\/icon.png",
"32": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"activeTab"
]
} | |