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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |