usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
usefulness extensionとは何ですか?
usefulness extensionはmroscarfinleyによって開発されたChromeの拡張機能で、その主な機能は「edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…」です。
拡張機能のスクリーンショット
usefulness extension拡張機能のCRXファイルをダウンロード
usefulness extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
edit 1.2:
highscore with chrome storage API!
snake bug still there, so I'll try to fix it soon
This extension is for the average school kid made by a highschool kid who understands your pain!
features:
- random number generator
- inspirational quote to prevent you dying from depression
- annoying noises:
- airhorn
- yee sound
if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home
edit 1.1:
snake game bug fixes and improvements
highscore does not currently work yet
tetris coming soon
edit 1.0:
- introducing the snake game!
- removed random number generator and 14khz sound due to complaints. may add later. 拡張機能の基本情報
| 名前 | |
| ID | mcikgnlogepdidaonhdkopokgcnapbpi |
| 公式URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
| 説明 | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
| ファイルサイズ | 62.2 KB |
| インストール数 | 29 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2019-05-02 |
| 公開日 | 2019-05-01 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | mroscarfinley |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sites.google.com/view/the-usefulness-extension/home |
| ヘルプページのURL | https://sites.google.com/view/the-usefulness-extension/home |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "usefulness extension",
"version": "1.2.1",
"manifest_version": 2,
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "default-icon.jpg",
"default_popup": "popup.html"
}
} | |