TABS RANDOMIZER
Randomizes active tab and tab order every second. Warning: super annoying!!
什么是TABS RANDOMIZER?
TABS RANDOMIZER是由constantviper开发的Chrome扩展程序,该扩展的主要功能是“Randomizes active tab and tab order every second. Warning: super annoying!!”。
扩展截图
下载TABS RANDOMIZER扩展crx文件
下载TABS RANDOMIZER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
IMPORTANT: You can disable this extension by clicking in the top right corner of chrome, in the "extensions" bar.
扩展基本信息
名称 | |
ID | fmjhaabehfcbjknembmkimemnoiemjac |
官方URL | https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac |
简介 | Randomizes active tab and tab order every second. Warning: super annoying!! |
文件大小 | 5.73 KB |
安装次数 | 32 |
当前版本 | 1.0 |
更新时间 | 2020-07-07 |
上架时间 | 2020-07-07 |
评分 | 5.00/5 共1次评分 |
开发者 | constantviper |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TABS RANDOMIZER", "version": "1.0", "description": "Randomizes active tab and tab order every second. Warning: super annoying!!", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon\/icon.png" }, "manifest_version": 2 } |