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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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
공식 URL 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"
}