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.
Was ist Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer ist eine Chrome-Erweiterung, die von Estudiiio entwickelt wurde, und ihr Hauptmerkmal ist "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Erweiterungsscreenshots
Unsplash Free Hi-Resolution Photos Previewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unsplash Free Hi-Resolution Photos Previewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Offizielle URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Beschreibung | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Dateigröße | 60.56 KB |
| Installationsanzahl | 936 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2014-09-05 |
| Veröffentlichungsdatum | 2014-09-04 |
| Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
| Entwickler | Estudiiio |
| Zahlungsart | free |
| Erweiterungswebsite | http://estudiiio.com |
| Unterstützte Sprachen | 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:\/\/*\/"
]
} | |