Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
What is Pexels?
Pexels is a Chrome extension developed by https://www.pexels.com, and its main feature is "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".
Extension Screenshots
Download Pexels Extension CRX File
Download Pexels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pexels |
ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
Official URL | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
Description | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
File Size | 24.52 KB |
Installation Count | 20,000 |
Current Version | 1.14 |
Last Updated | 2021-10-05 |
Publish Date | 2019-11-08 |
Rating | 4.30/5 Total 44 Ratings |
Developer | https://www.pexels.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pexels.com/pro/ |
Privacy Policy Page URL | https://www.pexels.com/terms-of-service |
Supported Languages | 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" } } |