Linkagram

Gets a link to Instagram picture

Wat is Linkagram?

Linkagram is een Chrome-extensie ontwikkeld door Trevor Arjeski, en de belangrijkste functie is "Gets a link to Instagram picture".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linkagram

Download Linkagram-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

                        Adds button for each post on Instagram.com for copying direct link to the media.

**NOTE**: if you have used Instagram.com before, you may need to clear your browser cache before using this extension.

Thanks!                    

Basisinformatie over de Extensie

Naam Linkagram Linkagram
ID ckijnclmiikidkaogfhcenmpacacomdi
Officiële URL https://chrome.google.com/webstore/detail/linkagram/ckijnclmiikidkaogfhcenmpacacomdi
Beschrijving Gets a link to Instagram picture
Bestandsgrootte 254 KB
Aantal Installaties 45
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-01-20
Publicatiedatum 2016-01-20
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Trevor Arjeski
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkagram",
    "manifest_version": 2,
    "version": "1.0.2",
    "description": "Gets a link to Instagram picture",
    "permissions": [
        "tabs",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "linkbox.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "getlink.js",
        "link.png"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    }
}