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