GIFMAGAZINE for Chrome

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

ما هو GIFMAGAZINE for Chrome؟

GIFMAGAZINE for Chrome هو إضافة Chrome تم تطويرها بواسطة https://gifmagazine.net، والميزة الرئيسية لها هي "Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة GIFMAGAZINE for Chrome

قم بتنزيل ملفات الامتداد GIFMAGAZINE for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم GIFMAGAZINE for Chrome GIFMAGAZINE for Chrome
ID eophboegjhcgkopdmkibfpcplcjhpemb
عنوان URL الرسمي https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb
الوصف Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
حجم الملف 47.95 KB
عدد التثبيتات 144
النسخة الحالية 1.3.2
آخر تحديث 2021-07-29
تاريخ النشر 2017-10-26
تقييم 3.50/5 مجموع تقييمات 2
المطور https://gifmagazine.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gifmagazine.net/
عنوان صفحة المساعدة https://gifmagazine.net/help
عنوان صفحة سياسة الخصوصية https://gifmagazine.net/settings/rule
اللغات المدعومة 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"
}