Wave Extensions Gallery Loader for Rizzoma

Allows Rizzoma users to add gadgets from the Wave Extensions Gallery.

什麼是Wave Extensions Gallery Loader for Rizzoma?

Wave Extensions Gallery Loader for Rizzoma是由https://waveextensions.org開發的Chrome擴展程式,該擴展的主要功能是“Allows Rizzoma users to add gadgets from the Wave Extensions Gallery.”。

擴展截圖

screenshot
screenshot
screenshot

下載Wave Extensions Gallery Loader for Rizzoma擴展crx文件

下載Wave Extensions Gallery Loader for Rizzoma擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **THE WAVE EXTENSIONS GALLERY IS CURRENTLY TEMPORARILY OFFLINE, AND EXPECTED TO REMAIN SO THROUGH SEPTEMBER 2022.  IF THIS IS INCONVENIENCING YOU, LET ME KNOW, AND I CAN ATTEMPT A WORKAROUND SO YOU MAY STILL USE THIS EXTENSION!**

This extension adds a search box to the Rizzoma gadget menu that lets you search for gadgets from the gallery and add them to your waves in Rizzoma.

If you want to, you can also add a button to the Rizzoma gadget menu that will add a random gadget from the gallery when clicked.

Known issue: You cannot select text in the gallery search box using your mouse.  You must use the keyboard.

Changelog:
1.2
- Fixes all the new problems with the search box since the release of the Rizzoma Store
1.1.1
- Disables automatically putting the focus on the search box when the Gadgets menu since it was breaking gadget insertion
1.1
- Adds the option to disable the random gadget button
- Automatically puts the focus on the search box when the Gadgets menu is opened
- Fixes the search box sometimes returning robots instead of gadgets (and breaking as a result)
1.0
- Adds search box
0.1
- Adds random gadget button, which loads a list of gadgets in the gallery and selects one at random                    

擴展基本資訊

名稱 Wave Extensions Gallery Loader for Rizzoma Wave Extensions Gallery Loader for Rizzoma
ID mlojdiioofflgaofeccckonhekefgopa
官方網址 https://chromewebstore.google.com/detail/wave-extensions-gallery-l/mlojdiioofflgaofeccckonhekefgopa
簡介 Allows Rizzoma users to add gadgets from the Wave Extensions Gallery.
檔案大小 9.88 KB
安裝次數 72
目前版本 1.2
更新時間 2022-08-03
上架時間 2013-06-12
評分 5.00/5 共 3 次評分
開發者 https://waveextensions.org
電子郵箱 [email protected]
付費類型 free
擴展官網 http://waveextensions.org
說明頁面URL https://rizzoma.com/topic/512095c1c084173e0d1e6d15bdd24b75
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows Rizzoma users to add gadgets from the Wave Extensions Gallery.",
    "name": "Wave Extensions Gallery Loader for Rizzoma",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.rizzoma.com\/topic\/*",
        "*:\/\/wavygallery.appspot.com\/api\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rizzoma.com\/topic\/*"
            ],
            "js": [
                "rizzoma_weg.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}