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.
Co to jest Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer to rozszerzenie Chrome opracowane przez Estudiiio, a jego główną funkcją jest „Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unsplash Free Hi-Resolution Photos Previewer
Pobierz pliki rozszerzeń Unsplash Free Hi-Resolution Photos Previewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Oficjalny URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Opis | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Rozmiar pliku | 60.56 KB |
| Liczba instalacji | 936 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2014-09-05 |
| Data Publikacji | 2014-09-04 |
| Ocena | 3.67/5 Łącznie 6 Oceny |
| Deweloper | Estudiiio |
| Typ Płatności | free |
| Strona Rozszerzenia | http://estudiiio.com |
| Obsługiwane Języki | 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:\/\/*\/"
]
} | |