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é es Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer es una extensión de Chrome desarrollada por Estudiiio, y su función principal es "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unsplash Free Hi-Resolution Photos Previewer
Descarga archivos de extensión Unsplash Free Hi-Resolution Photos Previewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| URL Oficial | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Descripción | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Tamaño del Archivo | 60.56 KB |
| Cantidad de Instalaciones | 936 |
| Versión Actual | 0.1 |
| Última Actualización | 2014-09-05 |
| Fecha de Publicación | 2014-09-04 |
| Calificación | 3.67/5 Total de 6 Calificaciones |
| Desarrollador | Estudiiio |
| Tipo de Pago | free |
| Sitio Web de la Extensión | http://estudiiio.com |
| Idiomas Soportados | 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:\/\/*\/"
]
} | |