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.
O que é Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer é uma extensão do Chrome desenvolvida por Estudiiio, e sua principal característica é "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unsplash Free Hi-Resolution Photos Previewer
Baixe arquivos de extensão Unsplash Free Hi-Resolution Photos Previewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Unsplash Free Hi-Resolution Photos Previewer |
ID | libmlgomhhohdfldmdppljefhkdbcnci |
URL Oficial | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
Descrição | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
Tamanho do Arquivo | 60.56 KB |
Contagem de Instalações | 936 |
Versão Atual | 0.1 |
Última Atualização | 2014-09-05 |
Data de Publicação | 2014-09-04 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | Estudiiio |
Tipo de Pagamento | free |
Site da Extensão | http://estudiiio.com |
Idiomas Suportados | 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:\/\/*\/" ] } |