GIFMAGAZINE for Chrome

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

Apa itu GIFMAGAZINE for Chrome?

GIFMAGAZINE for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://gifmagazine.net, dan fitur utamanya adalah "Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GIFMAGAZINE for Chrome

Unduh file ekstensi GIFMAGAZINE for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GIFMAGAZINE for Chrome GIFMAGAZINE for Chrome
ID eophboegjhcgkopdmkibfpcplcjhpemb
URL Resmi https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb
Deskripsi Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
Ukuran File 47.95 KB
Jumlah Instalasi 144
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2021-07-29
Tanggal Publikasi 2017-10-26
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://gifmagazine.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gifmagazine.net/
URL Halaman Bantuan https://gifmagazine.net/help
URL Halaman Kebijakan Privasi https://gifmagazine.net/settings/rule
Bahasa yang Didukung 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"
}