500px Chrome Extension

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

500px Chrome Extensionคืออะไร?

500px Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pumpkin Studios และคุณลักษณะหลักของมันคือ "Override the new tab page with images from 500px image feeds. (Unofficial 500px Extension)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 500px Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 500px Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}