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是由nex开发的Chrome扩展程序,该扩展的主要功能是“This executes chrome.sessions.restore() at receiving a {command:"restore"} message.”。
扩展截图
下载chrome.sessions.restore() by a message扩展crx文件
下载chrome.sessions.restore() by a message扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
example:
chrome.runtime.sendMessage("eaeghkodnaejcolapgffbiaobohokmji", {command:"restore"}); 扩展基本信息
| 名称 | |
| 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"
]
} | |