Random Tab
Opens a random tab when the icon is pressed and displays a tab counter.
什么是Random Tab?
Random Tab是由Aleksander Czarnowski开发的Chrome扩展程序,该扩展的主要功能是“Opens a random tab when the icon is pressed and displays a tab counter.”。
扩展截图
下载Random Tab扩展crx文件
下载Random Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now with the added option to chose between opening a random tab from all windows or just the current window. 扩展基本信息
| 名称 | |
| ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
| 官方URL | https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi |
| 简介 | Opens a random tab when the icon is pressed and displays a tab counter. |
| 文件大小 | 9.35 KB |
| 安装次数 | 935 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-10-16 |
| 上架时间 | 2019-08-24 |
| 评分 | 4.38/5 共8次评分 |
| 开发者 | Aleksander Czarnowski |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Random Tab",
"description": "Opens a random tab when the icon is pressed and displays a tab counter.",
"version": "1.1",
"homepage_url": "https:\/\/aleksander.me\/",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "event.js",
"type": "module"
},
"options_ui": {
"page": "Options\/options.html"
},
"permissions": [
"storage"
],
"action": {
"default_icon": "icon128.png",
"default_title": "Random Tab"
}
} | |