Tab Explosion!
Explodes your tabs at Midnight
什么是Tab Explosion!?
Tab Explosion!是由GoldinGuy开发的Chrome扩展程序,该扩展的主要功能是“Explodes your tabs at Midnight”。
扩展截图
下载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).
扩展基本信息
名称 | |
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" } } |