STEM Sound Suite
All purpose sounds for your everyday needs.
STEM Sound Suiteとは何ですか?
STEM Sound SuiteはAnders Sundheimによって開発されたChromeの拡張機能で、その主な機能は「All purpose sounds for your everyday needs.」です。
拡張機能のスクリーンショット
STEM Sound Suite拡張機能のCRXファイルをダウンロード
STEM Sound Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | eghgjfhhfeebcbajocighiidcolincpe |
公式URL | https://chrome.google.com/webstore/detail/stem-sound-suite/eghgjfhhfeebcbajocighiidcolincpe |
説明 | All purpose sounds for your everyday needs. |
ファイルサイズ | 7.85 MB |
インストール数 | 17 |
現在のバージョン | 1.1.1 |
最終更新日 | 2014-02-13 |
公開日 | 2014-02-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Anders Sundheim |
支払い方法 | free |
対応言語 | 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" ] } |