Unsplash For Chrome

Quickly search and insert beautiful free photos from Unsplash on any web page.

Cos'è Unsplash For Chrome?

Unsplash For Chrome è un'estensione di Chrome sviluppata da https://unsplash.com, e la sua funzione principale è "Quickly search and insert beautiful free photos from Unsplash on any web page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unsplash For Chrome

Scarica i file di estensione Unsplash For Chrome 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

                        This official Unsplash for Chrome extension enables you to quickly search and insert beautiful photos from any webpage. Free to download and use however you want.                    

Informazioni di Base sull'Estensione

Nome Unsplash For Chrome Unsplash For Chrome
ID hliiefogghiapfajokakaehafbdpokgh
URL Ufficiale https://chromewebstore.google.com/detail/unsplash-for-chrome/hliiefogghiapfajokakaehafbdpokgh
Descrizione Quickly search and insert beautiful free photos from Unsplash on any web page.
Dimensione del File 1.6 MB
Conteggio Installazioni 81,425
Versione Corrente 1.1
Ultimo Aggiornamento 2020-03-07
Data di Pubblicazione 2020-03-06
Valutazione 4.65/5 Totale 34 Valutazioni
Sviluppatore https://unsplash.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://unsplash.com
URL della Pagina di Aiuto https://help.unsplash.com/en/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsplash For Chrome",
    "version": "1.1",
    "description": "Quickly search and insert beautiful free photos from Unsplash on any web page.",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "Unsplash Chrome Extension",
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "icon.png"
    }
}