Random Tab Switch
Random Tab Switch
什么是Random Tab Switch?
Random Tab Switch是由KVS开发的Chrome扩展程序,该扩展的主要功能是“Random Tab Switch”。
扩展截图
下载Random Tab Switch扩展crx文件
下载Random Tab Switch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Switches to a random tab and gives you the option of closing the current one as well.
扩展基本信息
名称 | |
ID | gigmnjjlmahpfcjclcbbjffobbnhgmmj |
官方URL | https://chrome.google.com/webstore/detail/random-tab-switch/gigmnjjlmahpfcjclcbbjffobbnhgmmj |
简介 | Random Tab Switch |
文件大小 | 13.06 KB |
安装次数 | 581 |
当前版本 | 0.1.0 |
更新时间 | 2019-02-06 |
上架时间 | 2019-02-06 |
评分 | 4.67/5 共6次评分 |
开发者 | KVS |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Tab Switch", "description": "Random Tab Switch", "version": "0.1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "dice128.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "icons": { "16": "dice16.png", "48": "dice48.png", "128": "dice128.png" } } |