Restore Last Closed Tab in Context Menu
Restore a closed tab using a context menu option.
Restore Last Closed Tab in Context Menuとは何ですか?
Restore Last Closed Tab in Context MenuはDaniel Nishiによって開発されたChromeの拡張機能で、その主な機能は「Restore a closed tab using a context menu option.」です。
拡張機能のスクリーンショット
Restore Last Closed Tab in Context Menu拡張機能のCRXファイルをダウンロード
Restore Last Closed Tab in Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a context menu button which restores the last closed tab. That's all it does! :)
拡張機能の基本情報
名前 | Restore Last Closed Tab in Context Menu |
ID | pkifpkambhgdeebloffgpijpleblhnfh |
公式URL | https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh |
説明 | Restore a closed tab using a context menu option. |
ファイルサイズ | 10.9 KB |
インストール数 | 469 |
現在のバージョン | 1.1 |
最終更新日 | 2015-12-09 |
公開日 | 2015-12-07 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Daniel Nishi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restore Last Closed Tab in Context Menu", "description": "Restore a closed tab using a context menu option.", "version": "1.1", "permissions": [ "contextMenus", "sessions" ], "background": { "scripts": [ "main.js" ] }, "icons": { "128": "recycle128.png" }, "manifest_version": 2 } |