Pexels

Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.

Cos'è Pexels?

Pexels è un'estensione di Chrome sviluppata da https://www.pexels.com, e la sua funzione principale è "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pexels

Scarica i file di estensione Pexels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pexels Pexels
ID fdnpgodccdfgofepkclnopmbnacjkbnj
URL Ufficiale https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj
Descrizione Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Dimensione del File 24.52 KB
Conteggio Installazioni 20,000
Versione Corrente 1.14
Ultimo Aggiornamento 2021-10-05
Data di Pubblicazione 2019-11-08
Valutazione 4.30/5 Totale 44 Valutazioni
Sviluppatore https://www.pexels.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pexels.com/pro/
URL della Pagina della Politica sulla Privacy https://www.pexels.com/terms-of-service
Lingue Supportate 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"
    }
}