whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

whatsapp-chrome-extとは何ですか?

whatsapp-chrome-extはhttp://idanizi.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019」です。

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

screenshot
screenshot

whatsapp-chrome-ext拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

拡張機能の基本情報

名前 whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
公式URL https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
説明 Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
ファイルサイズ 2.43 MB
インストール数 25
現在のバージョン 1.0.2
最終更新日 2020-07-18
公開日 2020-07-18
評価 5.00/5 合計 1 レビュー
開発者 http://idanizi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/idanizi/whatsapp-chrome-ext
ヘルプページのURL https://github.com/idanizi/whatsapp-chrome-ext/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}