LGTM with Anime

Copy animated gif url with adding LGTM.

O que é LGTM with Anime?

LGTM with Anime é uma extensão do Chrome desenvolvida por https://polog.org, e sua principal característica é "Copy animated gif url with adding LGTM.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LGTM with Anime

Baixe arquivos de extensão LGTM with Anime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome LGTM with Anime LGTM with Anime
ID nbbfoappojcjaihpopkiekdleojmmffe
URL Oficial https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe
Descrição Copy animated gif url with adding LGTM.
Tamanho do Arquivo 55.21 KB
Contagem de Instalações 26
Versão Atual 0.7
Última Atualização 2014-05-11
Data de Publicação 2014-05-10
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://polog.org
Tipo de Pagamento free
Idiomas Suportados 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'"
}