Closed tabs
Restore closed tabs.
Closed tabsとは何ですか?
Closed tabsはsergioによって開発されたChromeの拡張機能で、その主な機能は「Restore closed tabs.」です。
拡張機能のスクリーンショット
Closed tabs拡張機能のCRXファイルをダウンロード
Closed tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed to quickly recover closed tabs.
拡張機能の基本情報
名前 | Closed tabs |
ID | eonffnnfmbfnmjpaiigdclmfelolemah |
公式URL | https://chromewebstore.google.com/detail/closed-tabs/eonffnnfmbfnmjpaiigdclmfelolemah |
説明 | Restore closed tabs. |
ファイルサイズ | 46.9 KB |
インストール数 | 40,014 |
現在のバージョン | 1.4 |
最終更新日 | 2014-01-19 |
公開日 | 2014-01-19 |
評価 | 4.05/5 合計 303 レビュー |
開発者 | sergio |
支払い方法 | free |
対応言語 | de,en,fr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon_empty.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "version": "1.4" } |