Stacko Taco
This chrome extension is for people who just can't get enough tacos!
ما هو Stacko Taco؟
Stacko Taco هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This chrome extension is for people who just can't get enough tacos!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stacko Taco
قم بتنزيل ملفات الامتداد Stacko Taco بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is here to add some light-heartedness to your life when you are deep in thought and despair trying to fix some broken code and end up on Stack Overflow. One thing is for sure that when I'm down, tacos lift me up and give me wings. So hopefully, these tacos will give you the spirit and joy that you deserve. Because everyone loves tacos.
معلومات أساسية عن التمديد
الاسم | Stacko Taco |
ID | dklaccacmampgfejkkkcbgchkafhfgoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stacko-taco/dklaccacmampgfejkkkcbgchkafhfgoa |
الوصف | This chrome extension is for people who just can't get enough tacos! |
حجم الملف | 22.03 KB |
عدد التثبيتات | 143 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-02-23 |
تاريخ النشر | 2019-02-22 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stacko Taco", "version": "1.0", "manifest_version": 2, "description": "This chrome extension is for people who just can't get enough tacos!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Stacko Taco", "default_popup": "overlay.html" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/overlay.js" ], "matches": [ "https:\/\/stackoverflow.com\/*" ] } ] } |