Better500px

Enhances 500px.com with a few useful shortcuts for better navigation.

Better500px क्या है?

Better500px nhoizey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances 500px.com with a few useful shortcuts for better navigation."।

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

screenshot
screenshot

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

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

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

                        This is an extension for Firefox, Chrome and Opera that enhances 500px.com with a few useful shortcuts for better navigation:
- "Pulse" item in the menu that links to the search for current photographer, sorted by pulse. It might show several photographers if the name is common.
- "Favorites" item in the menu that links directly to the favorites, if such a gallery exists and contains at least one photo.
- White hearts shown in galleries on photos already liked.

This extension is built using the WebExtensions standard, sharing the exact same source code for Firefox and Chrome.                    

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

नाम Better500px Better500px
ID ibiamkipmkkignmechblpbdahngkjpam
आधिकारिक URL https://chromewebstore.google.com/detail/better500px/ibiamkipmkkignmechblpbdahngkjpam
विवरण Enhances 500px.com with a few useful shortcuts for better navigation.
फ़ाइल का आकार 31.44 KB
स्थापना संख्या 74
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2016-12-20
प्रकाशन तिथि 2016-12-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nhoizey
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better500px",
    "version": "1.3.0",
    "author": "Nicolas Hoizey",
    "description": "Enhances 500px.com with a few useful shortcuts for better navigation.",
    "icons": {
        "48": "icons\/better500px-48px.png",
        "64": "icons\/better500px-64px.png",
        "96": "icons\/better500px-96px.png",
        "128": "icons\/better500px-128px.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/500px.com\/*"
            ],
            "js": [
                "better500px.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/api.500px.com\/*"
    ]
}