Exposure New Tab
Get a beautiful photo from Exposure every time you open a new tab.
什么是Exposure New Tab?
Exposure New Tab是由https://exposure.co开发的Chrome扩展程序,该扩展的主要功能是“Get a beautiful photo from Exposure every time you open a new tab.”。
扩展截图
下载Exposure New Tab扩展crx文件
下载Exposure New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a beautiful curated photo from the community Exposure every time you open a new tab. Discover more stories at exposure.co/publications 扩展基本信息
| 名称 | |
| ID | onfocbngcbpfnfdmnhleidllhleaiokn |
| 官方URL | https://chromewebstore.google.com/detail/exposure-new-tab/onfocbngcbpfnfdmnhleidllhleaiokn |
| 简介 | Get a beautiful photo from Exposure every time you open a new tab. |
| 文件大小 | 10.25 KB |
| 安装次数 | 10,209 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-11-03 |
| 上架时间 | 2016-01-24 |
| 评分 | 3.95/5 共116次评分 |
| 开发者 | https://exposure.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://exposure.co/apps/new-tab |
| 帮助页面URL | https://exposure.co/contact |
| 隐私政策页面URL | https://exposure.co/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Exposure New Tab",
"description": "Get a beautiful photo from Exposure every time you open a new tab.",
"version": "1.0",
"content_security_policy": "script-src https:\/\/www.exposure.co 'self' ; object-src 'self'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"incognito": "split",
"chrome_url_overrides": {
"newtab": "blank.html"
},
"manifest_version": 2
} | |