View background image
Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image.
什么是View background image?
View background image是由Espen Hovlandsdal开发的Chrome扩展程序,该扩展的主要功能是“Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image.”。
扩展截图
下载View background image扩展crx文件
下载View background image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a new menu item to web pages - "open background image in new tab". Will try to find the closest element to the clicked area that has a background image. Tries to mirror Chrome's own "open image in new tab"-functionality, but currently there seems to be no way in Chrome extensions to show a context menu item based on the return value of a function, so currently it is always shown, regardless of the presence of a background image. This extension is open-source and MIT-licensed. Source code can be found at https://github.com/rexxars/view-background-image - contributions are welcome.
扩展基本信息
名称 | View background image |
ID | mjbfbknmcdpofdfkeencgjaolgcddglh |
官方URL | https://chromewebstore.google.com/detail/view-background-image/mjbfbknmcdpofdfkeencgjaolgcddglh |
简介 | Adds a "open background image in new tab" menu item. Finds closest element to the clicked area that has a background image. |
文件大小 | 7.62 KB |
安装次数 | 1,849 |
当前版本 | 1.0.3 |
更新时间 | 2016-08-07 |
上架时间 | 2016-08-07 |
评分 | 2.85/5 共41次评分 |
开发者 | Espen Hovlandsdal |
付费类型 | free |
扩展官网 | https://github.com/rexxars/view-background-image |
帮助页面URL | https://github.com/rexxars/view-background-image/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View background image", "version": "1.0.3", "description": "Adds a \"open background image in new tab\" menu item. Finds closest element to the clicked area that has a background image.", "permissions": [ "contextMenus", " |