chrome.sessions.restore() by a message

This executes chrome.sessions.restore() at receiving a {command:"restore"} message.

chrome.sessions.restore() by a message là gì?

chrome.sessions.restore() by a message là một tiện ích mở rộng Chrome được phát triển bởi nex, và tính năng chính của nó là "This executes chrome.sessions.restore() at receiving a {command:"restore"} message.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng chrome.sessions.restore() by a message

Tải xuống các tệp mở rộng chrome.sessions.restore() by a message dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        example:
chrome.runtime.sendMessage("eaeghkodnaejcolapgffbiaobohokmji", {command:"restore"});                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên chrome.sessions.restore() by a message chrome.sessions.restore() by a message
ID eaeghkodnaejcolapgffbiaobohokmji
URL Chính Thức https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji
Mô tả This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
Kích Thước Tệp 11.17 KB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-01-16
Ngày Phát Hành 2022-01-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}