500px New Tab

View the best photos from 500px.com when opening a new tab

500px New Tab क्या है?

500px New Tab Thamer Al-Tassan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the best photos from 500px.com when opening a new tab"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:

- View Popular, Editor's Choice, Upcoming, Fresh, and photos from photographers you are Following

- Filter photos by category

- Search photos

- Choose a default section

- Choose between Light and Dark themes

Disclaimer:

- This is an unofficial 500px extension. It uses 500px API calls to fetch images from its feed.

- 500px name, logo and images are copyright of 500px and respective image owners.

Created by http://thameraltassan.com
Developed by http://www.ineedwebsite.com.au                    

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

नाम 500px New Tab 500px New Tab
ID bedipelpnfkhdmmnfdajiehjbbgeepbp
आधिकारिक URL https://chromewebstore.google.com/detail/500px-new-tab/bedipelpnfkhdmmnfdajiehjbbgeepbp
विवरण View the best photos from 500px.com when opening a new tab
फ़ाइल का आकार 66.75 KB
स्थापना संख्या 119
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-06-17
प्रकाशन तिथि 2014-06-17
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर Thamer Al-Tassan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.thameraltassan.com
समर्थित भाषाएँ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/api.500px.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.500px.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "View the best photos from 500px.com when opening a new tab",
    "icons": {
        "16": "img\/500px_new_tab_icon_16.png",
        "48": "img\/500px_new_tab_icon_48.png",
        "128": "img\/500px_new_tab_icon_128.png"
    },
    "manifest_version": 2,
    "name": "500px New Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}