STEM Sound Suite
All purpose sounds for your everyday needs.
What is STEM Sound Suite?
STEM Sound Suite is a Chrome extension developed by Anders Sundheim, and its main feature is "All purpose sounds for your everyday needs.".
Extension Screenshots
Download STEM Sound Suite Extension CRX File
Download STEM Sound Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | eghgjfhhfeebcbajocighiidcolincpe |
Official URL | https://chrome.google.com/webstore/detail/stem-sound-suite/eghgjfhhfeebcbajocighiidcolincpe |
Description | All purpose sounds for your everyday needs. |
File Size | 7.85 MB |
Installation Count | 17 |
Current Version | 1.1.1 |
Last Updated | 2014-02-13 |
Publish Date | 2014-02-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Anders Sundheim |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STEM Sound Suite", "description": "All purpose sounds for your everyday needs.", "version": "1.1.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon1.png", "default_popup": "popup.html" }, "permissions": [ "webNavigation" ] } |