Auto Restore Pinned Tabs
Automatically restore pinned tabs on other windows at browser startup.
什麼是Auto Restore Pinned Tabs?
Auto Restore Pinned Tabs是由no.web.developer開發的Chrome擴展程式,該擴展的主要功能是“Automatically restore pinned tabs on other windows at browser startup.”。
擴展截圖
下載Auto Restore Pinned Tabs擴展crx文件
下載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 |
ID | oodefhcgmkiccimbkkcjghejknagadho |
官方網址 | 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" ] } |