Asana Animal Parade
This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!
ما هو Asana Animal Parade؟
Asana Animal Parade هو إضافة Chrome تم تطويرها بواسطة evangipson، والميزة الرئيسية لها هي "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Asana Animal Parade
قم بتنزيل ملفات الامتداد Asana Animal Parade بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Users of Asana love to see cute little animals go across the screen when the close tasks sometimes, right? Well now, you can see a whole parade of them every time you complete a task. Note that you don't need to enable creature animations for this plugin to work, but if you do, your parade will have a ringleader. If you are curious about the changelog, you can view it here: https://github.com/evangipson/asana-animal-parades/commits/master
معلومات أساسية عن التمديد
الاسم | |
ID | hodhplklmbfodpianfocifdakgjojbjf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/asana-animal-parade/hodhplklmbfodpianfocifdakgjojbjf |
الوصف | This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures! |
حجم الملف | 598 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.0.0.4 |
آخر تحديث | 2018-05-30 |
تاريخ النشر | 2018-05-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | evangipson |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asana Animal Parade", "description": "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!", "version": "1.0.0.4", "homepage_url": "http:\/\/evangipson.com", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/app.asana.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*" ], "js": [ "inject.js" ], "all_frames": true } ], "web_accessible_resources": [ "asana-animal-parades.js" ] } |