Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Co to jest Pexels?
Pexels to rozszerzenie Chrome opracowane przez https://www.pexels.com, a jego główną funkcją jest „Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pexels
Pobierz pliki rozszerzeń Pexels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
| Oficjalny URL | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
| Opis | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
| Rozmiar pliku | 24.52 KB |
| Liczba instalacji | 20,000 |
| Aktualna Wersja | 1.14 |
| Ostatnia Aktualizacja | 2021-10-05 |
| Data Publikacji | 2019-11-08 |
| Ocena | 4.30/5 Łącznie 44 Oceny |
| Deweloper | https://www.pexels.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.pexels.com/pro/ |
| Adres URL Strony Polityki Prywatności | https://www.pexels.com/terms-of-service |
| Obsługiwane Języki | 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"
}
} | |