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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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