GIFMAGAZINE for Chrome

Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.

O que é GIFMAGAZINE for Chrome?

GIFMAGAZINE for Chrome é uma extensão do Chrome desenvolvida por https://gifmagazine.net, e sua principal característica é "Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GIFMAGAZINE for Chrome

Baixe arquivos de extensão GIFMAGAZINE for Chrome 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

                        Search cool GIFs and Stickers in GIFMAGAZINE and embed it to your target with drag and drop!

You can also copy the HTML or GIF URL and paste it into your target. Search for popular movies, anime, creators' GIFs, etc. from GIFMAGAZINE, one of Japan's largest GIF platform.

* Drag and drop behavior depends on the website you are dropping on, they may correctly display the GIF, or they may insert a link.                    

Informações Básicas da Extensão

Nome GIFMAGAZINE for Chrome GIFMAGAZINE for Chrome
ID eophboegjhcgkopdmkibfpcplcjhpemb
URL Oficial https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb
Descrição Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
Tamanho do Arquivo 47.95 KB
Contagem de Instalações 144
Versão Atual 1.3.2
Última Atualização 2021-07-29
Data de Publicação 2017-10-26
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://gifmagazine.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gifmagazine.net/
URL da Página de Ajuda https://gifmagazine.net/help
URL da Página de Política de Privacidade https://gifmagazine.net/settings/rule
Idiomas Suportados en,ja
manifest.json
{
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_app_browser_title__"
    },
    "content_scripts": [
        {
            "js": [
                "popup.html"
            ],
            "matches": [
                "http:\/\/*\/"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjXQQ3jH17qKqoWKtolfxaMI2uB4tqBv8SObWskmjvNSgsK8ckrRNqbX3QOxT2J1PzGnqEA+ntHW\/3TXkWRi9U+Jxmfy+KN+iB3XeEu+TBDKsSQ8ODqUZYVRVZuD6wLXuAPwsOwJT0VonsGyOGXYUsd2tMRsSeQ34bDIPdcM1zqR\/BeCeAiz8yTh2yP5mlKGiF+Ql\/1l98F8zkzK6FCPmDUYMhgiyPe7e3DZibOpLIVR10XJzmdX1ZuGmmFh8SOxvMB0seefr+6nHlZphgrJwKN\/MTUYN84jwvCCreVY7ygJXnExyLnFb1qSLRijZJWQPMP9L+GYI5WikJuw\/iqjiswIDAQAB",
    "manifest_version": 2,
    "name": "GIFMAGAZINE for Chrome",
    "permissions": [
        "http:\/\/gifmagazine.net\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}