Tab Explosion!

Explodes your tabs at Midnight

Tab Explosion!とは何ですか?

Tab Explosion!はGoldinGuyによって開発されたChromeの拡張機能で、その主な機能は「Explodes your tabs at Midnight」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tab Explosion!拡張機能のCRXファイルをダウンロード

Tab Explosion!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✨ As @backlon says, Friday is "that day." All your tabs self-destruct at midnight. Only with this chrome extension, that actually happens, and with a cool explosion too...

With TabExplosion, your tabs implode when the clock strikes 12. You will never have to deal with dozens of pages of tabs ever again. Increase your productivity, and start each day fresh with a blank browser. 

You can decide which day you want to blow up your browser (by default every Friday), or even schedule it daily for the hardcore web-surfer.

DISCLAIMER: This extension may not work properly if your browser is closed or your computer is off when the alarm triggers. The particle effect may also be blocked by some ad blockers and web pages (or if you are in a system page such as extension settings).                    

拡張機能の基本情報

名前 Tab Explosion! Tab Explosion!
ID fecbckedngnkacggjflnldgjknhflljf
公式URL https://chrome.google.com/webstore/detail/tab-explosion/fecbckedngnkacggjflnldgjknhflljf
説明 Explodes your tabs at Midnight
ファイルサイズ 23.88 KB
インストール数 131
現在のバージョン 1.0.1
最終更新日 2020-12-12
公開日 2020-12-12
評価 5.00/5 合計 2 レビュー
開発者 GoldinGuy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/GoldinGuy/TabExplosion
ヘルプページのURL https://github.com/GoldinGuy/TabExplosion/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Explosion!",
    "version": "1.0.1",
    "author": "@GoldinGuy",
    "manifest_version": 2,
    "description": "Explodes your tabs at Midnight",
    "background": {
        "scripts": [
            "index.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Tab Explosion!",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "assets\/icon.png"
    }
}