Materiable
Custom Material Design of Facebook
Materiableとは何ですか?
MateriableはArif-Unによって開発されたChromeの拡張機能で、その主な機能は「Custom Material Design of Facebook」です。
拡張機能のスクリーンショット
Materiable拡張機能のCRXファイルをダウンロード
Materiable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Costom Design of current facebook od desktop.Inspiring by Google Material Design. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |