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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Really Good Dice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |