Button: Restore Recent Tabs
Restore closed tabs with just one click.
Button: Restore Recent Tabsとは何ですか?
Button: Restore Recent Tabsはhttps://browser-extensions.comによって開発されたChromeの拡張機能で、その主な機能は「Restore closed tabs with just one click.」です。
拡張機能のスクリーンショット
Button: Restore Recent Tabs拡張機能のCRXファイルをダウンロード
Button: Restore Recent Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab.
拡張機能の基本情報
名前 | Button: Restore Recent Tabs |
ID | kcbljogompapnbbkihihijccgndjflda |
公式URL | https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda |
説明 | Restore closed tabs with just one click. |
ファイルサイズ | 63.58 KB |
インストール数 | 3,815 |
現在のバージョン | 2.0.0 |
最終更新日 | 2022-01-21 |
公開日 | 2022-01-21 |
評価 | 4.08/5 合計 12 レビュー |
開発者 | https://browser-extensions.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://browser-extensions.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_reopenTab__" }, "permissions": [ "sessions" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl62zUosLGl8XptDI2Hpp+6Y2pwzbk+OhZD\/bIWkQdfaL\/CibIHtuvWOL0dLFdRI4lFdrCyUprP02LAQEcnn44agJtYvpUP8ba9MlKDt7dg+RyLcMmJMRFjxn6hO7Kwbx\/k8\/ODgb9mwvG\/nd\/KwrTmMVEYXIbrwcPnmf85fi5RJvD0HJidkxU1ZOSYlWkOhxLCjj5kcLxFNv09KaW489b0MkXWwWkewznoq9cqoENqyotQPqzWaK5OIagFCrTm\/dkHsyTzRZAtL3NadsYcquYkPEcmWN58vgyPVALcu0DfR3TzXbeHWrs8Ber751gy05tydKr88jMp8PSC0\/92t2ZQIDAQAB" } |