chrome.sessions.restore() by a message
This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
chrome.sessions.restore() by a messageคืออะไร?
chrome.sessions.restore() by a message เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nex และคุณลักษณะหลักของมันคือ "This executes chrome.sessions.restore() at receiving a {command:"restore"} message."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chrome.sessions.restore() by a message
ดาวน์โหลดไฟล์ส่วนขยาย chrome.sessions.restore() by a message ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
example: chrome.runtime.sendMessage("eaeghkodnaejcolapgffbiaobohokmji", {command:"restore"});
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | chrome.sessions.restore() by a message |
ID | eaeghkodnaejcolapgffbiaobohokmji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji |
คำอธิบาย | This executes chrome.sessions.restore() at receiving a {command:"restore"} message. |
ขนาดไฟล์ | 11.17 KB |
จำนวนการติดตั้ง | 470 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-01-16 |
วันที่เผยแพร่ | 2022-01-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nex |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "chrome.sessions.restore() by a message", "version": "0.0.1", "description": "This executes chrome.sessions.restore() at receiving a {command:\"restore\"} message.", "icons": { "192": "images\/icon192.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "sessions" ] } |