Tab Close Timer
Closes the tab after specified time!
Tab Close Timerとは何ですか?
Tab Close TimerはAditya Mhatreによって開発されたChromeの拡張機能で、その主な機能は「Closes the tab after specified time!」です。
拡張機能のスクリーンショット
Tab Close Timer拡張機能のCRXファイルをダウンロード
Tab Close Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
拡張機能の基本情報
名前 | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
公式URL | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
説明 | Closes the tab after specified time! |
ファイルサイズ | 15.29 KB |
インストール数 | 3,119 |
現在のバージョン | 1.0 |
最終更新日 | 2022-01-19 |
公開日 | 2022-01-18 |
評価 | 4.00/5 合計 7 レビュー |
開発者 | Aditya Mhatre |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |