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