Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Wat is Pexels?
Pexels is een Chrome-extensie ontwikkeld door https://www.pexels.com, en de belangrijkste functie is "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pexels
Download Pexels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
| Officiële URL | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
| Beschrijving | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
| Bestandsgrootte | 24.52 KB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 1.14 |
| Laatst Bijgewerkt | 2021-10-05 |
| Publicatiedatum | 2019-11-08 |
| Beoordeling | 4.30/5 Totaal 44 Beoordelingen |
| Ontwikkelaar | https://www.pexels.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.pexels.com/pro/ |
| URL van de Privacybeleid Pagina | https://www.pexels.com/terms-of-service |
| Ondersteunde Talen | 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"
}
} | |