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:\/\/*\/"
]
} | |