500px Chrome Extension

Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)

500px Chrome Extension क्या है?

500px Chrome Extension Pumpkin Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)"।

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

screenshot

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

crx प्रारूप में 500px Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        500px extension for chrome browser

Opens a new random image whenever you open a new tab in chrome.

* Pre fetch images for smooth performance
* Displays image Exif data and details in modal
* Choose between different streams: popular, editors choice, upcoming, fresh.
* You can use your custom 500px consumer key for 500px API calls.

# NOTE #
* This is an Unofficial 500px extension. Uses 500px API calls to fetch images from its feed.
* 500px name, logo and images are copyright of 500px and respective image owners.

# Updates #

* Added navigation icons to navigate next/previous images
* Added keyboard shortcuts to handle left/right keypress and load previous/next image. (Focus should be inside the page for keyboard shortcuts to work)
* Added keyboard shortcuts to load image info modal (i), to reload images (r) and to show chrome apps list (a).                    

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

नाम 500px Chrome Extension 500px Chrome Extension
ID nhghokbojmbheijdiecnjkifnahakkcm
आधिकारिक URL https://chromewebstore.google.com/detail/500px-chrome-extension/nhghokbojmbheijdiecnjkifnahakkcm
विवरण Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)
फ़ाइल का आकार 316 KB
स्थापना संख्या 968
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-04-26
प्रकाशन तिथि 2014-04-26
रेटिंग 3.33/5 कुल 24 रेटिंग्स
डेवलपर Pumpkin Studios
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "500px Chrome Extension",
    "description": "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)",
    "version": "1.2",
    "incognito": "split",
    "icons": {
        "48": "icon_500px.png"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.500px.com\/",
        "management"
    ],
    "manifest_version": 2
}