Materiable

Custom Material Design of Facebook

Materiableคืออะไร?

Materiable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arif-Un และคุณลักษณะหลักของมันคือ "Custom Material Design of Facebook"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Materiable

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

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

                        Costom Design of current facebook od desktop.Inspiring by Google Material Design.                    

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

ชื่อ Materiable Materiable
ID aoaoiammnldamfapaiejppjneffdplip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/materiable/aoaoiammnldamfapaiejppjneffdplip
คำอธิบาย Custom Material Design of Facebook
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-30
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Arif-Un
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Materiable",
    "short_name": "Material Design FB",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Custom Material Design of Facebook",
    "permissions": [
        "https:\/\/facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "application.js"
            ]
        }
    ],
    "options_page": "",
    "web_accessible_resources": [
        "data"
    ],
    "icons": {
        "16": "icons\/16px.png",
        "19": "icons\/19px.png",
        "32": "icons\/32px.png",
        "38": "icons\/38px.png",
        "48": "icons\/48px.png",
        "128": "icons\/128px.png"
    }
}