caturday
Shows pictures of cats!
ما هو caturday؟
caturday هو إضافة Chrome تم تطويرها بواسطة hal313، والميزة الرئيسية لها هي "Shows pictures of cats!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة caturday
قم بتنزيل ملفات الامتداد caturday بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun. Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension
معلومات أساسية عن التمديد
الاسم | caturday |
ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
الوصف | Shows pictures of cats! |
حجم الملف | 95.19 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 0.0.31 |
آخر تحديث | 2021-03-09 |
تاريخ النشر | 2019-04-18 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | hal313 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "caturday", "default_popup": "popup.html" } } |