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 |
| Eメール | [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"
]
} | |