Auto Restore Pinned Tabs

Automatically restore pinned tabs on other windows at browser startup.

Auto Restore Pinned Tabsคืออะไร?

Auto Restore Pinned Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย no.web.developer และคุณลักษณะหลักของมันคือ "Automatically restore pinned tabs on other windows at browser startup."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Restore Pinned Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Auto Restore Pinned Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        **Introduction**

This is a simple tool that automatically restore pinned tabs. 

When you exit the browser, the window that contains the pinned tabs is not the last to close, and the browser will not automatically restore the pinned tabs at startup. The tool handles this situation and automatically recovers the pinned tabs.

** Support **

The tool is open source based on MIT license. For more details and source code, see https://github.com/LightAPIs/auto-restore-pinned-tabs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Restore Pinned Tabs Auto Restore Pinned Tabs
ID oodefhcgmkiccimbkkcjghejknagadho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-restore-pinned-tabs/oodefhcgmkiccimbkkcjghejknagadho
คำอธิบาย Automatically restore pinned tabs on other windows at browser startup.
ขนาดไฟล์ 12.47 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2023-01-07
ผู้พัฒนา no.web.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LightAPIs/auto-restore-pinned-tabs
URL หน้าช่วยเหลือ https://github.com/LightAPIs/auto-restore-pinned-tabs
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Restore Pinned Tabs",
    "version": "0.1.0",
    "description": "Automatically restore pinned tabs on other windows at browser startup.",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/auto-restore-pinned-tabs",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Auto Restore Pinned Tabs"
    },
    "permissions": [
        "sessions"
    ]
}