GIFMAGAZINE for Chrome

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

Was ist GIFMAGAZINE for Chrome?

GIFMAGAZINE for Chrome ist eine Chrome-Erweiterung, die von https://gifmagazine.net entwickelt wurde, und ihr Hauptmerkmal ist "Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.".

Erweiterungsscreenshots

screenshot
screenshot

GIFMAGAZINE for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie GIFMAGAZINE for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GIFMAGAZINE for Chrome GIFMAGAZINE for Chrome
ID eophboegjhcgkopdmkibfpcplcjhpemb
Offizielle URL https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb
Beschreibung Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
Dateigröße 47.95 KB
Installationsanzahl 144
Aktuelle Version 1.3.2
Letztes Update 2021-07-29
Veröffentlichungsdatum 2017-10-26
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://gifmagazine.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gifmagazine.net/
Hilfeseite URL https://gifmagazine.net/help
URL der Datenschutzrichtlinien-Seite https://gifmagazine.net/settings/rule
Unterstützte Sprachen 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"
}