Static InVision Image
This extension adds a link to the static image on InVision design pages
What is Static InVision Image?
Static InVision Image is a Chrome extension developed by Daniel Samuels, and its main feature is "This extension adds a link to the static image on InVision design pages".
Extension Screenshots
Download Static InVision Image Extension CRX File
Download Static InVision Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add a link to the static image on invision detail pages Extension Basic Information
| Name | |
| ID | illlknoagnockkonkbjjjifjkafeblad |
| Official URL | https://chromewebstore.google.com/detail/static-invision-image/illlknoagnockkonkbjjjifjkafeblad |
| Description | This extension adds a link to the static image on InVision design pages |
| File Size | 3.35 KB |
| Installation Count | 84 |
| Current Version | 1.0 |
| Last Updated | 2017-06-30 |
| Publish Date | 2017-06-30 |
| Rating | 3.00/5 Total 2 Ratings |
| Developer | Daniel Samuels |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
}
]
} | |