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. 擴展基本資訊
| 名稱 | |
| ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
| 官方網址 | 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"
}
} | |