chrome.sessions.restore() by a message

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

Co je chrome.sessions.restore() by a message?

chrome.sessions.restore() by a message je rozšíření Chrome vyvinuté nex, a jeho hlavní funkcí je „This executes chrome.sessions.restore() at receiving a {command:"restore"} message.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření chrome.sessions.restore() by a message

Stáhněte si soubory rozšíření chrome.sessions.restore() by a message ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název chrome.sessions.restore() by a message chrome.sessions.restore() by a message
ID eaeghkodnaejcolapgffbiaobohokmji
Oficiální URL https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji
Popis This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
Velikost souboru 11.17 KB
Počet instalací 470
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-01-16
Datum Vydání 2022-01-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nex
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}