LGTM with Anime

Copy animated gif url with adding LGTM.

Wat is LGTM with Anime?

LGTM with Anime is een Chrome-extensie ontwikkeld door https://polog.org, en de belangrijkste functie is "Copy animated gif url with adding LGTM.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LGTM with Anime

Download LGTM with Anime-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

                        Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp.
Right click with animated gif to use.                    

Basisinformatie over de Extensie

Naam LGTM with Anime LGTM with Anime
ID nbbfoappojcjaihpopkiekdleojmmffe
Officiële URL https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe
Beschrijving Copy animated gif url with adding LGTM.
Bestandsgrootte 55.21 KB
Aantal Installaties 26
Huidige Versie 0.7
Laatst Bijgewerkt 2014-05-11
Publicatiedatum 2014-05-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://polog.org
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LGTM with Anime",
    "version": "0.7",
    "description": "Copy animated gif url with adding LGTM.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "lgtmify_16.png",
        "48": "lgtmify_48.png",
        "128": "lgtmify_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}