Materiable

Custom Material Design of Facebook

什麼是Materiable?

Materiable是由Arif-Un開發的Chrome擴展程式,該擴展的主要功能是“Custom Material Design of Facebook”。

擴展截圖

screenshot
screenshot

下載Materiable擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 Materiable Materiable
ID aoaoiammnldamfapaiejppjneffdplip
官方網址 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"
    }
}