Messages for web Shortcuts
Open Android Messages for web with Shortcuts
Messages for web Shortcutsคืออะไร?
Messages for web Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shoko.moe และคุณลักษณะหลักของมันคือ "Open Android Messages for web with Shortcuts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messages for web Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย Messages for web Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |