Unsplash For Chrome

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

Qu'est-ce que Unsplash For Chrome ?

Unsplash For Chrome est une extension Chrome développée par https://unsplash.com, et sa fonction principale est "Quickly search and insert beautiful free photos from Unsplash on any web page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Unsplash For Chrome

Téléchargez les fichiers d'extension Unsplash For Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unsplash For Chrome Unsplash For Chrome
ID hliiefogghiapfajokakaehafbdpokgh
URL Officiel https://chromewebstore.google.com/detail/unsplash-for-chrome/hliiefogghiapfajokakaehafbdpokgh
Description Quickly search and insert beautiful free photos from Unsplash on any web page.
Taille du Fichier 1.6 MB
Nombre d'Installations 81,425
Version Actuelle 1.1
Dernière Mise à Jour 2020-03-07
Date de Publication 2020-03-06
Évaluation 4.65/5 Total 34 Évaluations
Développeur https://unsplash.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://unsplash.com
URL de la Page d'Aide https://help.unsplash.com/en/
Langues Prises en Charge 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"
    }
}