Sound Effects for Trello
Plays sound effects for various Trello actions. This is not an official Trello app!
ما هو Sound Effects for Trello؟
Sound Effects for Trello هو إضافة Chrome تم تطويرها بواسطة Gavin van Lelyveld، والميزة الرئيسية لها هي "Plays sound effects for various Trello actions. This is not an official Trello app!".
تحميل ملف CRX للإضافة Sound Effects for Trello
قم بتنزيل ملفات الامتداد Sound Effects for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add custom sound effects to various actions in Trello. This extensions is entirely unaffiliated with Trello.6e98ab
معلومات أساسية عن التمديد
الاسم | |
ID | bdcmpojgelljaekchpmelhdnjlmocdff |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sound-effects-for-trello/bdcmpojgelljaekchpmelhdnjlmocdff |
الوصف | Plays sound effects for various Trello actions. This is not an official Trello app! |
حجم الملف | 88.67 KB |
عدد التثبيتات | 136 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-05-11 |
تاريخ النشر | 2015-05-11 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | Gavin van Lelyveld |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound Effects for Trello", "description": "Plays sound effects for various Trello actions. This is not an official Trello app!", "version": "1.0.2", "icons": { "16": "SEFTicon16.png", "48": "SEFTicon48.png", "128": "SEFTicon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |