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.
Wat is Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer is een Chrome-extensie ontwikkeld door Estudiiio, en de belangrijkste functie is "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Unsplash Free Hi-Resolution Photos Previewer
Download Unsplash Free Hi-Resolution Photos Previewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Officiële URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Beschrijving | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Bestandsgrootte | 60.56 KB |
| Aantal Installaties | 936 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2014-09-05 |
| Publicatiedatum | 2014-09-04 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Estudiiio |
| Betalingswijze | free |
| Extensiewebsite | http://estudiiio.com |
| Ondersteunde Talen | 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:\/\/*\/"
]
} | |