Load GIFs faster with gfycat

This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.

ما هو Load GIFs faster with gfycat؟

Load GIFs faster with gfycat هو إضافة Chrome تم تطويرها بواسطة Shane Afsar، والميزة الرئيسية لها هي "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".

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

screenshot

تحميل ملف CRX للإضافة Load GIFs faster with gfycat

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

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

                        Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.                    

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

الاسم Load GIFs faster with gfycat Load GIFs faster with gfycat
ID hbiioadoilnnbeoopcabaifhofpplakc
عنوان URL الرسمي https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc
الوصف This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
حجم الملف 16.14 KB
عدد التثبيتات 120
النسخة الحالية 1.0
آخر تحديث 2014-05-12
تاريخ النشر 2014-05-11
تقييم 3.00/5 مجموع تقييمات 2
المطور Shane Afsar
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load GIFs faster with gfycat",
    "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}