chrome.sessions.restore() by a message
This executes chrome.sessions.restore() at receiving a {command:"restore"} message.
What is chrome.sessions.restore() by a message?
chrome.sessions.restore() by a message is a Chrome extension developed by nex, and its main feature is "This executes chrome.sessions.restore() at receiving a {command:"restore"} message.".
Extension Screenshots
Download chrome.sessions.restore() by a message Extension CRX File
Download chrome.sessions.restore() by a message extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
example:
chrome.runtime.sendMessage("eaeghkodnaejcolapgffbiaobohokmji", {command:"restore"}); Extension Basic Information
| Name | |
| ID | eaeghkodnaejcolapgffbiaobohokmji |
| Official URL | https://chromewebstore.google.com/detail/chromesessionsrestore-by/eaeghkodnaejcolapgffbiaobohokmji |
| Description | This executes chrome.sessions.restore() at receiving a {command:"restore"} message. |
| File Size | 11.17 KB |
| Installation Count | 470 |
| Current Version | 0.0.1 |
| Last Updated | 2022-01-16 |
| Publish Date | 2022-01-16 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | nex |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |