500px New Tab

View the best photos from 500px.com when opening a new tab

500px New Tab란 무엇입니까?

500px New Tab은(는) Thamer Al-Tassan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the best photos from 500px.com when opening a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

500px New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:

- View Popular, Editor's Choice, Upcoming, Fresh, and photos from photographers you are Following

- Filter photos by category

- Search photos

- Choose a default section

- Choose between Light and Dark themes

Disclaimer:

- This is an unofficial 500px extension. It uses 500px API calls to fetch images from its feed.

- 500px name, logo and images are copyright of 500px and respective image owners.

Created by http://thameraltassan.com
Developed by http://www.ineedwebsite.com.au                    

확장 프로그램 기본 정보

이름 500px New Tab 500px New Tab
ID bedipelpnfkhdmmnfdajiehjbbgeepbp
공식 URL https://chromewebstore.google.com/detail/500px-new-tab/bedipelpnfkhdmmnfdajiehjbbgeepbp
설명 View the best photos from 500px.com when opening a new tab
파일 크기 66.75 KB
설치 횟수 119
현재 버전 1.1
최근 업데이트 2014-06-17
출시 날짜 2014-06-17
평점 3.71/5 총 7 개의 평점
개발자 Thamer Al-Tassan
결제 유형 free
확장 프로그램 웹 사이트 http://www.thameraltassan.com
지원되는 언어 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/api.500px.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.500px.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "View the best photos from 500px.com when opening a new tab",
    "icons": {
        "16": "img\/500px_new_tab_icon_16.png",
        "48": "img\/500px_new_tab_icon_48.png",
        "128": "img\/500px_new_tab_icon_128.png"
    },
    "manifest_version": 2,
    "name": "500px New Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}