Unsplash Free Hi-Resolution Photos Previewer

Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.

Qu'est-ce que Unsplash Free Hi-Resolution Photos Previewer ?

Unsplash Free Hi-Resolution Photos Previewer est une extension Chrome développée par Estudiiio, et sa fonction principale est "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unsplash Free Hi-Resolution Photos Previewer

Téléchargez les fichiers d'extension Unsplash Free Hi-Resolution Photos Previewer 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

                        Lets you choose a photo from the Unsplash.com blog, and preview them to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a free image that will look good.                    

Informations de Base sur l'Extension

Nom Unsplash Free Hi-Resolution Photos Previewer Unsplash Free Hi-Resolution Photos Previewer
ID libmlgomhhohdfldmdppljefhkdbcnci
URL Officiel https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci
Description Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.
Taille du Fichier 60.56 KB
Nombre d'Installations 936
Version Actuelle 0.1
Dernière Mise à Jour 2014-09-05
Date de Publication 2014-09-04
Évaluation 3.67/5 Total 6 Évaluations
Développeur Estudiiio
Type de Paiement free
Site Web de l'Extension http://estudiiio.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unsplash Free Hi-Resolution Photos Previewer",
    "description": "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.",
    "version": "0.1",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Unsplash Free Hi-Resolution Photos Previewer"
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "32": "icon-32.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}