Tab Explosion!

Explodes your tabs at Midnight

Tab Explosion!란 무엇입니까?

Tab Explosion!은(는) GoldinGuy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explodes your tabs at Midnight"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tab Explosion! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✨ 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
이메일 [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"
    }
}