Static InVision Image

This extension adds a link to the static image on InVision design pages

Wat is Static InVision Image?

Static InVision Image is een Chrome-extensie ontwikkeld door Daniel Samuels, en de belangrijkste functie is "This extension adds a link to the static image on InVision design pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Static InVision Image

Download Static InVision Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Add a link to the static image on invision detail pages                    

Basisinformatie over de Extensie

Naam Static InVision Image Static InVision Image
ID illlknoagnockkonkbjjjifjkafeblad
Officiële URL https://chromewebstore.google.com/detail/static-invision-image/illlknoagnockkonkbjjjifjkafeblad
Beschrijving This extension adds a link to the static image on InVision design pages
Bestandsgrootte 3.35 KB
Aantal Installaties 84
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-30
Publicatiedatum 2017-06-30
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Daniel Samuels
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}