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" ] } |