Run In Background
Run Chrome in the background continuously.
Run In Backgroundคืออะไร?
Run In Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย musicianathome และคุณลักษณะหลักของมันคือ "Run Chrome in the background continuously."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Run In Background
ดาวน์โหลดไฟล์ส่วนขยาย Run In Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
คำอธิบาย | Run Chrome in the background continuously. |
ขนาดไฟล์ | 7.3 KB |
จำนวนการติดตั้ง | 706 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-10-17 |
วันที่เผยแพร่ | 2021-10-06 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | musicianathome |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Run In Background", "description": "Run Chrome in the background continuously.", "permissions": [ "background" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": [] } |