500px.com Dark Theme

Dark mode for the 500px.com website.

什麼是500px.com Dark Theme?

500px.com Dark Theme是由http://andrei.pt開發的Chrome擴展程式,該擴展的主要功能是“Dark mode for the 500px.com website.”。

擴展截圖

screenshot
screenshot
screenshot

下載500px.com Dark Theme擴展crx文件

下載500px.com Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension was created to give the 500px.com website a much needed darker look.
Not only it is easier on the eyes, but I also think it makes the images stand out more.

There are still some things to improve, so please be patient.
Thank you!                    

擴展基本資訊

名稱 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
官方網址 https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
簡介 Dark mode for the 500px.com website.
檔案大小 22.87 KB
安裝次數 127
目前版本 1.5.4
更新時間 2016-12-18
上架時間 2016-12-18
評分 5.00/5 共 3 次評分
開發者 http://andrei.pt
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "500px.com Dark Theme",
    "short_name": "Dark 500px",
    "description": "Dark mode for the 500px.com website.",
    "version": "1.5.4",
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/500px.com\/*",
                "https:\/\/500px.com\/*",
                "http:\/\/www.500px.com\/*",
                "https:\/\/www.500px.com\/*"
            ],
            "css": [
                "assets\/css\/override.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}