ToJiTab
閉じたタブを復元する
Wat is ToJiTab?
ToJiTab is een Chrome-extensie ontwikkeld door mizuno.keita, en de belangrijkste functie is "閉じたタブを復元する".
Extensie Screenshots
Download het CRX-bestand van de extensie ToJiTab
Download ToJiTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
最近閉じたタブと最近閉じたウィンドウを開く
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 Basisinformatie over de Extensie
| Naam | |
| ID | aciohpbbgoiolebkmgjfddadfcnhkpcc |
| Officiële URL | https://chromewebstore.google.com/detail/tojitab/aciohpbbgoiolebkmgjfddadfcnhkpcc |
| Beschrijving | 閉じたタブを復元する |
| Bestandsgrootte | 50.24 KB |
| Aantal Installaties | 124 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2014-03-27 |
| Publicatiedatum | 2014-03-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | mizuno.keita |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |