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.
Что такое Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer - это расширение Chrome, разработанное Estudiiio, и его основная функция - "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Снимки экрана расширения
Скачать файл CRX расширения Unsplash Free Hi-Resolution Photos Previewer
Скачайте файлы расширений Unsplash Free Hi-Resolution Photos Previewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Официальный URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Описание | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Размер файла | 60.56 KB |
| Количество установок | 936 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2014-09-05 |
| Дата публикации | 2014-09-04 |
| Рейтинг | 3.67/5 Всего 6 оценок |
| Разработчик | Estudiiio |
| Тип оплаты | free |
| Официальный сайт расширения | http://estudiiio.com |
| Поддерживаемые языки | 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:\/\/*\/"
]
} | |