Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Τι είναι το Really Good Dice;
Το Really Good Dice είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://reallygood.co.il, και η κύρια λειτουργία του είναι "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Really Good Dice
Λήψη αρχείων επέκτασης Really Good Dice σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. Quickly roll one dice or more, right off from your extension bar.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Really Good Dice |
ID | mfedjabphbbhekfijmgipfhddgjfnain |
Επίσημο URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
Περιγραφή | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
Μέγεθος Αρχείου | 204 KB |
Αριθμός Εγκαταστάσεων | 6,000 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2021-06-02 |
Ημερομηνία Δημοσίευσης | 2013-10-27 |
Αξιολόγηση | 4.17/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | https://reallygood.co.il |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://reallygood.co.il/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://reallygood.co.il/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Good Dice", "version": "2", "manifest_version": 3, "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.", "permissions": [ "storage", "alarms" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "action": { "default_title": "Roll the Dice!", "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png" } }, "options_page": "options\/options.html", "background": { "service_worker": "background.js" } } |