Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
什么是Pexels?
Pexels是由https://www.pexels.com开发的Chrome扩展程序,该扩展的主要功能是“Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.”。
扩展截图
下载Pexels扩展crx文件
下载Pexels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Have a beautiful new tab page - View a stunning high-quality photo with every new tab you open - All photos are from pexels.com and can be used for free – even for commercial projects - Add a shortcut to websites you visit often and easily access them
扩展基本信息
名称 | Pexels |
ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
官方URL | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
简介 | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
文件大小 | 24.52 KB |
安装次数 | 20,000 |
当前版本 | 1.14 |
更新时间 | 2021-10-05 |
上架时间 | 2019-11-08 |
评分 | 4.30/5 共44次评分 |
开发者 | https://www.pexels.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.pexels.com/pro/ |
隐私政策页面URL | https://www.pexels.com/terms-of-service |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pexels", "description": "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.", "version": "1.14", "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "add-bookmark-popup.html" }, "icons": { "16": "images\/pexels16.png", "48": "images\/pexels48.png", "128": "images\/pexels128.png" } } |