Tab Shuffler
Randomize the tab order in your browser window.
什么是Tab Shuffler?
Tab Shuffler是由porkbun开发的Chrome扩展程序,该扩展的主要功能是“Randomize the tab order in your browser window.”。
扩展截图
下载Tab Shuffler扩展crx文件
下载Tab Shuffler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Useful for making decisions (what to buy, what to watch, etc.)
Note:
The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon. 扩展基本信息
| 名称 | |
| ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
| 官方URL | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
| 简介 | Randomize the tab order in your browser window. |
| 文件大小 | 13.56 KB |
| 安装次数 | 571 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2022-09-29 |
| 上架时间 | 2022-09-28 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | porkbun |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Shuffler",
"description": "Randomize the tab order in your browser window.",
"version": "0.1.1",
"manifest_version": 3,
"action": {
"default_title": "Randomize the order of the tabs in this window. Right-click to undo.",
"default_icon": {
"16": "\/images\/icon16-o.png",
"32": "\/images\/icon32-o.png",
"48": "\/images\/icon48-o.png",
"128": "\/images\/icon128-o.png"
}
},
"icons": {
"16": "\/images\/icon16-o.png",
"32": "\/images\/icon32-o.png",
"48": "\/images\/icon48-o.png",
"128": "\/images\/icon128-o.png"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |