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