Android Messages - Open in New Tab

This extension launches messages.google.com text/sms from a Chrome badge icon.

Android Messages - Open in New Tabとは何ですか?

Android Messages - Open in New Tabはmanuelvargas1251によって開発されたChromeの拡張機能で、その主な機能は「This extension launches messages.google.com text/sms from a Chrome badge icon.」です。

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

screenshot

Android Messages - Open in New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can now view your text messages from the Messages app from Google on your chrome browser! This extension creates a menu icon that will take you to messages.google.com in a new tab!

I have no association with Google, Android, or the Messages brand. 

Code is maintained below:
https://github.com/ManuelVargas1251/Android-Messages-Chrome-Extension

Contact me for feature requests: [email protected]                    

拡張機能の基本情報

名前 Android Messages - Open in New Tab Android Messages - Open in New Tab
ID odhjnjgngaofbpdfdmcmdfenohncgopl
公式URL https://chrome.google.com/webstore/detail/android-messages-open-in/odhjnjgngaofbpdfdmcmdfenohncgopl
説明 This extension launches messages.google.com text/sms from a Chrome badge icon.
ファイルサイズ 12.31 KB
インストール数 263
現在のバージョン 0.1.4.1
最終更新日 2021-12-01
公開日 2018-07-07
評価 5.00/5 合計 1 レビュー
開発者 manuelvargas1251
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ManuelVargas1251/Android-Messages-Chrome-Extension
ヘルプページのURL https://github.com/ManuelVargas1251/Android-Messages-Chrome-Extension/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Android Messages - Open in New Tab",
    "description": "This extension launches messages.google.com text\/sms from a Chrome badge icon.",
    "version": "0.1.4.1",
    "author": "Manuel Vargas",
    "browser_action": {
        "default_icon": {
            "16": "images\/messenger_96dp.png",
            "24": "images\/messenger_96dp.png",
            "32": "images\/messenger_96dp.png",
            "96": "images\/messenger_96dp.png"
        },
        "default_title": "Android Messages - Open in New Tab"
    },
    "icons": {
        "16": "images\/messenger_96dp.png",
        "48": "images\/messenger_96dp.png",
        "96": "images\/messenger_96dp.png",
        "128": "images\/messenger_128dp.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}