Flat Darkness HF Theme

Flat Darkness is a minimalist theme that changes the look of Hack Forums and enhances the productivity for users in many ways.

Flat Darkness HF Themeคืออะไร?

Flat Darkness HF Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iHydra และคุณลักษณะหลักของมันคือ "Flat Darkness is a minimalist theme that changes the look of Hack Forums and enhances the productivity for users in many ways."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flat Darkness HF Theme

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

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

                        Changelog 3/31/2018 ~ Version 1.3.9

+ Header
>> Reduced spacing between panel block and logo
>> Optimized logo load

+ Breadcrumb
>> PM Notice adjusted to fit better
>> Small text in the breadcrumb area adjusted to fit better

+ Tabs
>> Styled tabs to fit the new style of background layout

+ HF Xtension Support
>> Cite Button now styled properly

+ "Bug" Fixes

v1.3.x is the first of many short burst updates to come. Expect a few more small incremental updates within the next 2-3 weeks. Aiming to fix a lot of the broken stuff and improve the theme overall.

Version Numbering Convention:
3.1.4
3 = Major Update
1 = Minor Update
4 = Quick Fixes (each change increases this number, going from 4 to 13 means there were a lot of changes whereas 4 to 6 means a tiny update)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flat Darkness HF Theme Flat Darkness HF Theme
ID bbdneajjpdiamjblmlmpbnbcpebkammj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flat-darkness-hf-theme/bbdneajjpdiamjblmlmpbnbcpebkammj
คำอธิบาย Flat Darkness is a minimalist theme that changes the look of Hack Forums and enhances the productivity for users in many ways.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.3.9
อัปเดตครั้งล่าสุด 2018-03-31
วันที่เผยแพร่ 2018-03-31
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา iHydra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flat Darkness HF Theme",
    "short_name": "Flat Darkness",
    "version": "1.3.9",
    "description": "Flat Darkness is a minimalist theme that changes the look of Hack Forums and enhances the productivity for users in many ways.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/pageActionIcon.png",
        "default_title": "Flat Darkness"
    },
    "author": "iHydra",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.hackforums.net\/*",
                "https:\/\/hackforums.net\/*"
            ],
            "css": [
                "css\/stylesheet.css",
                "css\/temp.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/highlight.js",
                "js\/textfullscreen.js",
                "js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "js\/*",
        "assets\/*"
    ],
    "incognito": "split",
    "minimum_chrome_version": "56.0.2924",
    "offline_enabled": false,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "background",
        "https:\/\/hackforums.net\/",
        "https:\/\/www.hackforums.net\/"
    ]
}