Asana Animal Parade
This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!
Was ist Asana Animal Parade?
Asana Animal Parade ist eine Chrome-Erweiterung, die von evangipson entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!".
Erweiterungsscreenshots
Asana Animal Parade-Erweiterungs-CRX-Datei herunterladen
Laden Sie Asana Animal Parade-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hodhplklmbfodpianfocifdakgjojbjf |
Offizielle URL | https://chrome.google.com/webstore/detail/asana-animal-parade/hodhplklmbfodpianfocifdakgjojbjf |
Beschreibung | This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures! |
Dateigröße | 598 KB |
Installationsanzahl | 72 |
Aktuelle Version | 1.0.0.4 |
Letztes Update | 2018-05-30 |
Veröffentlichungsdatum | 2018-05-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | evangipson |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |