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.
Cos'è Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer è un'estensione di Chrome sviluppata da Estudiiio, e la sua funzione principale è "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unsplash Free Hi-Resolution Photos Previewer
Scarica i file di estensione Unsplash Free Hi-Resolution Photos Previewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| URL Ufficiale | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Descrizione | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Dimensione del File | 60.56 KB |
| Conteggio Installazioni | 936 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2014-09-05 |
| Data di Pubblicazione | 2014-09-04 |
| Valutazione | 3.67/5 Totale 6 Valutazioni |
| Sviluppatore | Estudiiio |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://estudiiio.com |
| Lingue Supportate | 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:\/\/*\/"
]
} | |