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.
Vad är Unsplash Free Hi-Resolution Photos Previewer?
Unsplash Free Hi-Resolution Photos Previewer är en Chrome-tillägg utvecklad av Estudiiio, och dess huvudfunktion är "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab.".
Tilläggsskärmbilder
Ladda ner Unsplash Free Hi-Resolution Photos Previewer-förlängningens CRX-fil
Ladda ner Unsplash Free Hi-Resolution Photos Previewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | libmlgomhhohdfldmdppljefhkdbcnci |
| Officiell webbadress | https://chromewebstore.google.com/detail/unsplash-free-hi-resoluti/libmlgomhhohdfldmdppljefhkdbcnci |
| Beskrivning | Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab. |
| Filstorlek | 60.56 KB |
| Antal Installationer | 936 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-09-05 |
| Publiceringsdatum | 2014-09-04 |
| Betyg | 3.67/5 Totalt 6 Betyg |
| Utvecklare | Estudiiio |
| Betalningssätt | free |
| Tilläggswebbplats | http://estudiiio.com |
| Stödda Språk | 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:\/\/*\/"
]
} | |