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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة chrome.sessions.restore() by a message

قم بتنزيل ملفات الامتداد chrome.sessions.restore() by a message بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم chrome.sessions.restore() by a message 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"
    ]
}