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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
官方網址 | 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 |
電子郵箱 | [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" ] } |