Asana Animal Parade
This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!
Apa itu Asana Animal Parade?
Asana Animal Parade adalah ekstensi Chrome yang dikembangkan oleh evangipson, dan fitur utamanya adalah "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Asana Animal Parade
Unduh file ekstensi Asana Animal Parade dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hodhplklmbfodpianfocifdakgjojbjf |
URL Resmi | https://chrome.google.com/webstore/detail/asana-animal-parade/hodhplklmbfodpianfocifdakgjojbjf |
Deskripsi | This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures! |
Ukuran File | 598 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.0.0.4 |
Terakhir Diperbarui | 2018-05-30 |
Tanggal Publikasi | 2018-05-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | evangipson |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |