chrome.sessions.restore() by a message

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

Co to jest chrome.sessions.restore() by a message?

chrome.sessions.restore() by a message to rozszerzenie Chrome opracowane przez nex, a jego główną funkcją jest „This executes chrome.sessions.restore() at receiving a {command:"restore"} message.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia chrome.sessions.restore() by a message

Pobierz pliki rozszerzeń chrome.sessions.restore() by a message w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa chrome.sessions.restore() by a message chrome.sessions.restore() by a message
ID eaeghkodnaejcolapgffbiaobohokmji
Oficjalny URL https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji
Opis This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
Rozmiar pliku 11.17 KB
Liczba instalacji 470
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-01-16
Data Publikacji 2022-01-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper nex
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}