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
官方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"
    }
}