Static InVision Image
This extension adds a link to the static image on InVision design pages
什么是Static InVision Image?
Static InVision Image是由Daniel Samuels开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a link to the static image on InVision design pages”。
扩展截图
下载Static InVision Image扩展crx文件
下载Static InVision Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a link to the static image on invision detail pages
扩展基本信息
名称 | |
ID | illlknoagnockkonkbjjjifjkafeblad |
官方URL | https://chromewebstore.google.com/detail/static-invision-image/illlknoagnockkonkbjjjifjkafeblad |
简介 | This extension adds a link to the static image on InVision design pages |
文件大小 | 3.35 KB |
安装次数 | 84 |
当前版本 | 1.0 |
更新时间 | 2017-06-30 |
上架时间 | 2017-06-30 |
评分 | 3.00/5 共2次评分 |
开发者 | Daniel Samuels |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Static InVision Image", "description": "This extension adds a link to the static image on InVision design pages", "version": "1.0", "permissions": [ "https:\/\/*.invisionapp.com\/d\/main\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.invisionapp.com\/d\/main\/*" ], "js": [ "main.js" ] } ] } |