Give me a GIF!
A great tool to kill your productivity
ما هو Give me a GIF!؟
Give me a GIF! هو إضافة Chrome تم تطويرها بواسطة https://alberto.cc، والميزة الرئيسية لها هي "A great tool to kill your productivity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Give me a GIF!
قم بتنزيل ملفات الامتداد Give me a GIF! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs. معلومات أساسية عن التمديد
| الاسم | |
| ID | lnilkliokcnoaiodkamnegebhnmckacd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
| الوصف | A great tool to kill your productivity |
| حجم الملف | 50.01 KB |
| عدد التثبيتات | 17 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2021-02-01 |
| تاريخ النشر | 2019-10-20 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://alberto.cc |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Give me a GIF!",
"short_name": "GIF!",
"description": "A great tool to kill your productivity",
"version": "1.2",
"author": "Alberto Cabeza Cardiel",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
}
}
} | |