Instagram Image Right Click
A tool for open image from Instagram.
什么是Instagram Image Right Click?
Instagram Image Right Click是由lumosnysm开发的Chrome扩展程序,该扩展的主要功能是“A tool for open image from Instagram.”。
扩展截图
下载Instagram Image Right Click扩展crx文件
下载Instagram Image Right Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now you can right click to open image in new tab when using instagram. Enjoy!
扩展基本信息
名称 | |
ID | jppbdmlnkmhkgpnfikbpodadcoohdiam |
官方URL | https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam |
简介 | A tool for open image from Instagram. |
文件大小 | 159 KB |
安装次数 | 183 |
当前版本 | 1.0 |
更新时间 | 2020-02-09 |
上架时间 | 2020-02-09 |
评分 | 1.50/5 共2次评分 |
开发者 | lumosnysm |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Image Right Click", "version": "1.0", "description": "A tool for open image from Instagram.", "permissions": [ "storage", "declarativeContent", "contextMenus", "https:\/\/www.instagram.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png" }, "manifest_version": 2 } |