500px New Tab

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

500px New Tabคืออะไร?

500px New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thamer Al-Tassan และคุณลักษณะหลักของมันคือ "View the best photos from 500px.com when opening a new tab"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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"
}