Better500px

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

Τι είναι το Better500px;

Το Better500px είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nhoizey, και η κύρια λειτουργία του είναι "Enhances 500px.com with a few useful shortcuts for better navigation.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better500px

Λήψη αρχείων επέκτασης Better500px σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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