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 Gavin van Lelyveld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays sound effects for various Trello actions. This is not an official Trello app!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sound Effects for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } } |