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 Estudiiio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you choose a free hi-resolution photo from the Unsplash.com blog and preview them on the current tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unsplash Free Hi-Resolution Photos Previewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Unsplash Free Hi-Resolution Photos Previewer Unsplash Free Hi-Resolution Photos Previewer
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:\/\/*\/"
    ]
}