Easy Theme for Azure Portal

Easy on eyes theme for Azure Portal.

Easy Theme for Azure Portalคืออะไร?

Easy Theme for Azure Portal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bohdan Cherchyk และคุณลักษณะหลักของมันคือ "Easy on eyes theme for Azure Portal."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Theme for Azure Portal

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

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

                        This extremely light Chrome extension modifies colors for the Dark theme used in Azure Portal.

To use it, follow these steps:
1 Install by clicking  "Add to Chrome."
2 In Azure Portal, switch to Dark theme.

This extension modifies styles of the existing Amazon portal Dark theme.

Source code https://github.com/cherchyk/Theme-For-Azure-Portal                    

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

ชื่อ Easy Theme for Azure Portal Easy Theme for Azure Portal
ID jnfbljnollcdbbfmenlajfbnjgocifgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-theme-for-azure-port/jnfbljnollcdbbfmenlajfbnjgocifgc
คำอธิบาย Easy on eyes theme for Azure Portal.
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2020-08-31
วันที่เผยแพร่ 2020-08-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bohdan Cherchyk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cherchyk/Theme-For-Azure-Portal
URL หน้าช่วยเหลือ https://github.com/cherchyk/Theme-For-Azure-Portal
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Theme for Azure Portal",
    "version": "1.1.3",
    "description": "Easy on eyes theme for Azure Portal.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_popup": "popup.html",
        "default_title": "Easy Theme for Azure Portal"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.portal.azure.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg"
    ]
}