500px Chrome Extension

Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)

500px Chrome Extension란 무엇입니까?

500px Chrome Extension은(는) Pumpkin Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)"입니다.

확장 프로그램 스크린샷

screenshot

500px Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        500px extension for chrome browser

Opens a new random image whenever you open a new tab in chrome.

* Pre fetch images for smooth performance
* Displays image Exif data and details in modal
* Choose between different streams: popular, editors choice, upcoming, fresh.
* You can use your custom 500px consumer key for 500px API calls.

# NOTE #
* This is an Unofficial 500px extension. Uses 500px API calls to fetch images from its feed.
* 500px name, logo and images are copyright of 500px and respective image owners.

# Updates #

* Added navigation icons to navigate next/previous images
* Added keyboard shortcuts to handle left/right keypress and load previous/next image. (Focus should be inside the page for keyboard shortcuts to work)
* Added keyboard shortcuts to load image info modal (i), to reload images (r) and to show chrome apps list (a).                    

확장 프로그램 기본 정보

이름 500px Chrome Extension 500px Chrome Extension
ID nhghokbojmbheijdiecnjkifnahakkcm
공식 URL https://chromewebstore.google.com/detail/500px-chrome-extension/nhghokbojmbheijdiecnjkifnahakkcm
설명 Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)
파일 크기 316 KB
설치 횟수 968
현재 버전 1.2
최근 업데이트 2014-04-26
출시 날짜 2014-04-26
평점 3.33/5 총 24 개의 평점
개발자 Pumpkin Studios
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "500px Chrome Extension",
    "description": "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)",
    "version": "1.2",
    "incognito": "split",
    "icons": {
        "48": "icon_500px.png"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.500px.com\/",
        "management"
    ],
    "manifest_version": 2
}