ShiftApp: Extra features for WhatsApp
Check multiple WhatsApp images with shift-click
ShiftApp: Extra features for WhatsAppとは何ですか?
ShiftApp: Extra features for WhatsAppはmhabibによって開発されたChromeの拡張機能で、その主な機能は「Check multiple WhatsApp images with shift-click」です。
拡張機能のスクリーンショット
ShiftApp: Extra features for WhatsApp拡張機能のCRXファイルをダウンロード
ShiftApp: Extra features for WhatsApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of checking images one by one? This extension helps you check a range of images in WhatsApp Web using shift-click (OS like) instead of checking the images one by one. How to use? - Check at least two images before using the range-selection with shift-click. - Except for the first image, the images must be selected by clicking on the image itself and not the check mark in the top left corner. ________________________________ I was tired of checking images one by one in order to download multiple images, and noticed that range-selection feature is missing from the official Whatsapp Web, so I decided to develop this extension and to learn some JavaScript. If you find any problems please contact me at [email protected]. In addition, I would love to receive feedback or suggestions for improvement.
拡張機能の基本情報
名前 | ShiftApp: Extra features for WhatsApp |
ID | cfkoohflgmbenjednimmnkngaiofeapf |
公式URL | https://chromewebstore.google.com/detail/shiftapp-extra-features-f/cfkoohflgmbenjednimmnkngaiofeapf |
説明 | Check multiple WhatsApp images with shift-click |
ファイルサイズ | 18.73 KB |
インストール数 | 119 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-08-19 |
公開日 | 2019-08-19 |
評価 | 2.67/5 合計 3 レビュー |
開発者 | mhabib |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShiftApp: Extra features for WhatsApp", "description": "Check multiple WhatsApp images with shift-click", "version": "1.0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png" }, "web_accessible_resources": [ "script.js" ] } |