500px.com Dark Theme

Dark mode for the 500px.com website.

500px.com Dark Theme là gì?

500px.com Dark Theme là một tiện ích mở rộng Chrome được phát triển bởi http://andrei.pt, và tính năng chính của nó là "Dark mode for the 500px.com website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 500px.com Dark Theme

Tải xuống các tệp mở rộng 500px.com Dark Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
URL Chính Thức https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
Mô tả Dark mode for the 500px.com website.
Kích Thước Tệp 22.87 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2016-12-18
Ngày Phát Hành 2016-12-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://andrei.pt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}