Outdoor photos by Hipcamp
Discover outdoor destinations and get a daily dose of camping inspiration on your new tab screen.
什么是Outdoor photos by Hipcamp?
Outdoor photos by Hipcamp是由https://www.hipcamp.com开发的Chrome扩展程序,该扩展的主要功能是“Discover outdoor destinations and get a daily dose of camping inspiration on your new tab screen.”。
扩展截图
下载Outdoor photos by Hipcamp扩展crx文件
下载Outdoor photos by Hipcamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Hipcamp Chrome Extension turns your new tab experience into a breath of fresh air by providing you with a daily dose of camping and outdoor inspiration.
#FindYourselfOutside with the Hipcamp Chrome Extension.
HIGHLIGHTS:
*Discover a beautiful new camping or outdoor photo with every new tab open.
*Experience millions of photos with fresh new images added every day.
*Explore outdoor camping destinations in Australia, Canada, the USA, and the UK.
*Stumble upon beautiful imagery of landscapes, wildlife, tent sites, RV spots, cabins, glamping, outdoor meals, and outdoor activities.
*See real time availability of the world's best camping destinations.
*Preview important pricing and location information.
*Search with the Google search bar.
FIND US ON:
Instagram: @hipcamp
Twitter: @hipcamp
Web: hipcamp.com
GET OUR APPS:
iPhone or Android: https://hipcamp.onelink.me/ZwFp/download
WE LOVE FEEDBACK:
Support: hipca.mp/support 扩展基本信息
| 名称 | |
| ID | okkpmekocmfambbdiieimopoccpdfbef |
| 官方URL | https://chromewebstore.google.com/detail/outdoor-photos-by-hipcamp/okkpmekocmfambbdiieimopoccpdfbef |
| 简介 | Discover outdoor destinations and get a daily dose of camping inspiration on your new tab screen. |
| 文件大小 | 11.88 MB |
| 安装次数 | 453 |
| 当前版本 | 1.4 |
| 更新时间 | 2023-04-07 |
| 上架时间 | 2021-10-21 |
| 评分 | 5.00/5 共42次评分 |
| 开发者 | https://www.hipcamp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hipcamp.com/ |
| 帮助页面URL | https://hipca.mp/support |
| 隐私政策页面URL | https://www.hipcamp.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Outdoor photos by Hipcamp",
"description": "Discover outdoor destinations and get a daily dose of camping inspiration on your new tab screen.",
"version": "1.4",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"host_permissions": [
"https:\/\/www.hipcamp.com\/graphql"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src http:\/\/localhost:3000 https:\/\/* data: blob: filesystem:; img-src http:\/\/* https:\/\/*; style-src 'self' 'unsafe-inline'"
},
"icons": {
"16": "img\/favicon_16.png",
"48": "img\/favicon_48.png",
"128": "img\/favicon_128.png"
}
} | |