GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
ما هو GIF the Web؟
GIF the Web هو إضافة Chrome تم تطويرها بواسطة Andy Freeland، والميزة الرئيسية لها هي "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GIF the Web
قم بتنزيل ملفات الامتداد GIF the Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have you ever wished Facebook animated GIFs like a real website? Have you ever wanted gchat (including hangouts!) to show images inline? Well, now they do. The web just got more awesome. Now with Google Hangouts support!
معلومات أساسية عن التمديد
الاسم | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
الوصف | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
حجم الملف | 85.61 KB |
عدد التثبيتات | 292 |
النسخة الحالية | 0.7.4 |
آخر تحديث | 2016-08-01 |
تاريخ النشر | 2016-08-01 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | Andy Freeland |
نوع الدفع | free |
موقع الإضافة | https://github.com/rouge8/gif-the-web#readme |
عنوان صفحة المساعدة | https://github.com/rouge8/gif-the-web/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF the Web", "version": "0.7.4", "manifest_version": 2, "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.", "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "sites\/facebook.com.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "sites\/mail.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/talkgadget.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] } ] } |