chrome.sessions.restore() by a message

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

Apa itu chrome.sessions.restore() by a message?

chrome.sessions.restore() by a message adalah ekstensi Chrome yang dikembangkan oleh nex, dan fitur utamanya adalah "This executes chrome.sessions.restore() at receiving a {command:"restore"} message.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi chrome.sessions.restore() by a message

Unduh file ekstensi chrome.sessions.restore() by a message dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama chrome.sessions.restore() by a message chrome.sessions.restore() by a message
ID eaeghkodnaejcolapgffbiaobohokmji
URL Resmi https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji
Deskripsi This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
Ukuran File 11.17 KB
Jumlah Instalasi 470
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-01-16
Tanggal Publikasi 2022-01-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nex
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}