Activate New Tab
Activate new tab and move it to beside of opener tab.
什么是Activate New Tab?
Activate New Tab是由痛ったい开发的Chrome扩展程序,该扩展的主要功能是“Activate new tab and move it to beside of opener tab.”。
扩展截图
下载Activate New Tab扩展crx文件
下载Activate New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Activate new tab opened from link (context menu 'Open link in new tab' or click middle mouse button on link) and move to right beside of opener tab. Simple and lightweight extension. No permissions required.
扩展基本信息
名称 | Activate New Tab |
ID | nnacidecdiejnlgehdpbmgffdbfcnpie |
官方URL | https://chromewebstore.google.com/detail/activate-new-tab/nnacidecdiejnlgehdpbmgffdbfcnpie |
简介 | Activate new tab and move it to beside of opener tab. |
文件大小 | 8.6 KB |
安装次数 | 861 |
当前版本 | 0.6 |
更新时间 | 2021-08-15 |
上架时间 | 2020-04-14 |
评分 | 4.25/5 共4次评分 |
开发者 | 痛ったい |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.6", "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } |