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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}