Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Vad är Pexels?
Pexels är en Chrome-tillägg utvecklad av https://www.pexels.com, och dess huvudfunktion är "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".
Tilläggsskärmbilder
Ladda ner Pexels-förlängningens CRX-fil
Ladda ner Pexels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
| Officiell webbadress | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
| Beskrivning | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
| Filstorlek | 24.52 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 1.14 |
| Senast Uppdaterad | 2021-10-05 |
| Publiceringsdatum | 2019-11-08 |
| Betyg | 4.30/5 Totalt 44 Betyg |
| Utvecklare | https://www.pexels.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.pexels.com/pro/ |
| URL till Sekretesspolicy Sidan | https://www.pexels.com/terms-of-service |
| Stödda Språk | 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"
}
} | |