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.
Hvad er Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer er en Chrome-udvidelse udviklet af Estudiiio, og dens hovedfunktion er "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Udvidelsesskærmbilleder
Download Unsplash Free Hi-Resolution Photos Previewer-udvidelses-CRX-fil
Download Unsplash Free Hi-Resolution Photos Previewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Officiel URL | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Beskrivelse | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Filstørrelse | 60.56 KB |
| Antal Installationer | 936 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2014-09-05 |
| Udgivelsesdato | 2014-09-04 |
| Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
| Udvikler | Estudiiio |
| Betalingsmetode | free |
| Udvidelseswebsted | http://estudiiio.com |
| Understøttede Sprog | 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:\/\/*\/"
]
} | |