Better500px

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

什麼是Better500px?

Better500px是由nhoizey開發的Chrome擴展程式,該擴展的主要功能是“Enhances 500px.com with a few useful shortcuts for better navigation.”。

擴展截圖

screenshot
screenshot

下載Better500px擴展crx文件

下載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
官方網址 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\/*"
    ]
}