Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Hvad er Pexels?
Pexels er en Chrome-udvidelse udviklet af https://www.pexels.com, og dens hovedfunktion er "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".
Udvidelsesskærmbilleder
Download Pexels-udvidelses-CRX-fil
Download Pexels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
| Officiel URL | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
| Beskrivelse | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
| Filstørrelse | 24.52 KB |
| Antal Installationer | 20,000 |
| Nuværende Version | 1.14 |
| Senest Opdateret | 2021-10-05 |
| Udgivelsesdato | 2019-11-08 |
| Bedømmelse | 4.30/5 Samlet 44 Bedømmelser |
| Udvikler | https://www.pexels.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.pexels.com/pro/ |
| URL til Fortrolighedspolitik Side | https://www.pexels.com/terms-of-service |
| Understøttede Sprog | 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"
}
} | |