Giffing
Replace links to images with gifs in Google Hangouts.
ما هو Giffing؟
Giffing هو إضافة Chrome تم تطويرها بواسطة d43pan، والميزة الرئيسية لها هي "Replace links to images with gifs in Google Hangouts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Giffing
قم بتنزيل ملفات الامتداد Giffing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an open sourced plugin to simply replace image links with the image. Let me know if a link you think should work isn't working. Let me know if there's another site you'd like supported. Supported: - Gmail - Hangouts
معلومات أساسية عن التمديد
الاسم | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
الوصف | Replace links to images with gifs in Google Hangouts. |
حجم الملف | 89.51 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2016-04-14 |
تاريخ النشر | 2016-04-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | d43pan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/d43pan/replacements |
عنوان صفحة المساعدة | https://github.com/d43pan/replacements |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giffing", "description": "Replace links to images with gifs in Google Hangouts.", "version": "0.0.0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/www.google.com\/*", "https:\/\/hangouts.google.com\/webchat\/*" ], "js": [ "jquery-2.2.3.js", "giffing.js" ], "all_frames": true } ], "icons": { "128": "icon128.png" } } |