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