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…”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 usefulness extension usefulness extension
ID mcikgnlogepdidaonhdkopokgcnapbpi
官方網址 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
電子郵箱 [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"
    }
}