Restorify - Restore Closed Tab
Chrome Extension to restore your closed tabs in Google Chrome Browser
Restorify - Restore Closed Tabとは何ですか?
Restorify - Restore Closed Tabはebay-resultsによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to restore your closed tabs in Google Chrome Browser」です。
拡張機能のスクリーンショット
Restorify - Restore Closed Tab拡張機能のCRXファイルをダウンロード
Restorify - Restore Closed Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Restorify" - Chrome extension than opens your last closed tab on a single click.
How to use:
1. Right-click anywhere on the page.
2. Click on "Restore closed tabs".
3. Your last closed tab will automatically re-opens. 拡張機能の基本情報
| 名前 | |
| ID | afllakjafbginmndikjdfmofippegmbf |
| 公式URL | https://chromewebstore.google.com/detail/restorify-restore-closed/afllakjafbginmndikjdfmofippegmbf |
| 説明 | Chrome Extension to restore your closed tabs in Google Chrome Browser |
| ファイルサイズ | 78.32 KB |
| インストール数 | 103 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2020-02-03 |
| 公開日 | 2020-02-02 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ebay-results |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Restorify - Restore Closed Tab",
"description": "Chrome Extension to restore your closed tabs in Google Chrome Browser",
"version": "1.1",
"background": {
"scripts": [
"res\/js\/chromeBox.js",
"contextMenus.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "\/res\/images\/16x16.png",
"default_popup": "popup.html",
"default_title": "Restorify - Restore Closed Tab"
},
"icons": {
"128": "res\/images\/128x128.png",
"48": "res\/images\/48x48.png",
"16": "res\/images\/16x16.png"
},
"permissions": [
"contextMenus",
"sessions"
]
} | |