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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://waveextensions.org, και η κύρια λειτουργία του είναι "Allows Rizzoma users to add gadgets from the Wave Extensions Gallery.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wave Extensions Gallery Loader for Rizzoma

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
}