Messages for web Shortcuts
Open Android Messages for web with Shortcuts
Messages for web Shortcuts란 무엇입니까?
Messages for web Shortcuts은(는) https://shoko.moe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Android Messages for web with Shortcuts"입니다.
확장 프로그램 스크린샷
Messages for web Shortcuts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can use shortcuts to open Messages for web. To open the Messages for web, press Control + Shift + F
확장 프로그램 기본 정보
이름 | Messages for web Shortcuts |
ID | mciklklnhemleglghlcjeigibjohmgac |
공식 URL | https://chromewebstore.google.com/detail/messages-for-web-shortcut/mciklklnhemleglghlcjeigibjohmgac |
설명 | Open Android Messages for web with Shortcuts |
파일 크기 | 265 KB |
설치 횟수 | 2,674 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-06-25 |
출시 날짜 | 2019-06-25 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://shoko.moe |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messages for web Shortcuts", "version": "1.0.0", "manifest_version": 2, "description": "Open Android Messages for web with Shortcuts", "homepage_url": "https:\/\/shoko.moe", "icons": { "512": "img\/icon512.png", "256": "img\/icon256.png", "128": "img\/icon128.png", "64": "img\/icon64.png", "48": "img\/icon48.png", "32": "img\/icon32.png", "19": "img\/icon19.png", "16": "img\/icon16.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Messages for web", "default_icon": "img\/icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F" }, "description": "Opens default.html" } }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "img\/icon.png" ] } |