Android iMessage Messages Theme

A Chrome Extension that gives the Android Messages Web Client an iMessage Theme

Android iMessage Messages Themeとは何ですか?

Android iMessage Messages Themeはjohnuberbacherによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension that gives the Android Messages Web Client an iMessage Theme」です。

拡張機能のスクリーンショット

screenshot

Android iMessage Messages Theme拡張機能のCRXファイルをダウンロード

Android iMessage Messages Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you're a fan of the OSX iMessage UI and layout on desktop, this Chrome Extension gives the Android Messages Web Client an iMessage Theme. It's even compatible when adding Messages to your desktop as a Chrome App!

(Leave Dark Mode off for the theme to work properly)

Required: 
Messages for Web https://messages.google.com/web/

Leave any comments or suggestions you'd like to see in the next update.                    

拡張機能の基本情報

名前 Android iMessage Messages Theme Android iMessage Messages Theme
ID gckjoaicbopdnkkkcmbhmamioeepjjkn
公式URL https://chromewebstore.google.com/detail/android-imessage-messages/gckjoaicbopdnkkkcmbhmamioeepjjkn
説明 A Chrome Extension that gives the Android Messages Web Client an iMessage Theme
ファイルサイズ 40.19 KB
インストール数 1,663
現在のバージョン 0.0.1
最終更新日 2019-12-01
公開日 2019-12-01
評価 1.54/5 合計 13 レビュー
開発者 johnuberbacher
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Android iMessage Messages Theme",
    "version": "0.0.1",
    "description": "A Chrome Extension that gives the Android Messages Web Client an iMessage Theme",
    "icons": {
        "16": "images\/icon-32.png",
        "48": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-32.png",
            "48": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Android iMessage Messages Theme"
    },
    "web_accessible_resources": [
        "images\/bg.jpg",
        "style.css"
    ],
    "permissions": [
        "https:\/\/messages.google.com\/web\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/messages.google.com\/web\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}