Open image in current tab
Adds a context menu option to open an image in the current tab.
什么是Open image in current tab?
Open image in current tab是由ChrisFhey开发的Chrome扩展程序,该扩展的主要功能是“Adds a context menu option to open an image in the current tab.”。
扩展截图
下载Open image in current tab扩展crx文件
下载Open image in current tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
扩展基本信息
名称 | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
官方URL | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
简介 | Adds a context menu option to open an image in the current tab. |
文件大小 | 10.1 KB |
安装次数 | 379 |
当前版本 | 1.0.0 |
更新时间 | 2021-06-03 |
上架时间 | 2021-06-03 |
评分 | 4.83/5 共6次评分 |
开发者 | ChrisFhey |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open image in current tab", "version": "1.0.0", "manifest_version": 3, "description": "Adds a context menu option to open an image in the current tab.", "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" } } |