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ファイルをダウンロード

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