Copymessage

Copymessage Autofocus.

Copymessageとは何ですか?

Copymessageはtzveekaによって開発されたChromeの拡張機能で、その主な機能は「Copymessage Autofocus.」です。

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

screenshot
screenshot

Copymessage拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The CopyMessage tool for fast message composition and copymessage.com link and browser shortcut.                    

拡張機能の基本情報

名前 Copymessage Copymessage
ID defgpmhdcccigmoohcmoeokjplaklfne
公式URL https://chromewebstore.google.com/detail/copymessage/defgpmhdcccigmoohcmoeokjplaklfne
説明 Copymessage Autofocus.
ファイルサイズ 140 KB
インストール数 1,219
現在のバージョン 1.9.6
最終更新日 2023-12-13
公開日 2018-11-23
評価 4.56/5 合計 9 レビュー
開発者 tzveeka
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.copymessage.com
プライバシーポリシーページのURL https://www.givun.co.il/privacypolicy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copymessage",
    "description": "Copymessage Autofocus.",
    "version": "1.9.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Copymessage",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/givun.co.il\/friendletters*",
                "*:\/\/*.givun.co.il\/friendletters*",
                "*:\/\/*.copymessage.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/192.168.1.50\/givun.co.il\/friendletters*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}