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