ToJiTab
閉じたタブを復元する
What is ToJiTab?
ToJiTab is a Chrome extension developed by mizuno.keita, and its main feature is "閉じたタブを復元する".
Extension Screenshots
Download ToJiTab Extension CRX File
Download ToJiTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
最近閉じたタブと最近閉じたウィンドウを開く Open recently closed windows and tabs ・機能 最近閉じたウィンドウとタブを保存 ボタンから保存したページを開く 保存するウィンドウとタブの数をオプションから指定 ・更新履歴 - v0.0.3 オプション設定画面の追加 保存するウィンドウとタブの数を設定可能 アイコンを変更 "T"oJi"T"abなので"T"が2つのアイコン タブを複数開く際に確認を求めるように変更 16個以上のタブを同時に開く場合のみ確認 ・権限について タブとブラウジングアクティビティにアクセスする タブのURLなどを取得 タブを開く ・今後 開いているウィンドウを閉じずに保存する機能の追加 ウィンドウを開くボタンに開かれるURLを確認する機能の追加 ・github https://github.com/MizunoKeita/chrome-tojiTab ・開発者 mizuno takahira
Extension Basic Information
Name | ToJiTab |
ID | aciohpbbgoiolebkmgjfddadfcnhkpcc |
Official URL | https://chromewebstore.google.com/detail/tojitab/aciohpbbgoiolebkmgjfddadfcnhkpcc |
Description | 閉じたタブを復元する |
File Size | 50.24 KB |
Installation Count | 124 |
Current Version | 0.0.3 |
Last Updated | 2014-03-27 |
Publish Date | 2014-03-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mizuno.keita |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToJiTab", "version": "0.0.3", "author": "keita", "description": "\u9589\u3058\u305f\u30bf\u30d6\u3092\u5fa9\u5143\u3059\u308b", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background\/background.js" ], "presistent": false }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "ToJiTab", "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |