Retro Calculator
A retro-styled pop-up calculator
Retro Calculator क्या है?
Retro Calculator Yaye Esmilla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A retro-styled pop-up calculator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Retro Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Retro Calculator Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons. Shortcuts: c or `enter` or `return` (in Mac) - Equals
एक्सटेंशन की मूल जानकारी
नाम | Retro Calculator |
ID | phlhhjgojpgddokobbenmdmpmabbnlij |
आधिकारिक URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
विवरण | A retro-styled pop-up calculator |
फ़ाइल का आकार | 73.12 KB |
स्थापना संख्या | 209 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2020-08-08 |
प्रकाशन तिथि | 2020-08-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Yaye Esmilla |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/yayesmilla/retro-calculator |
सहायता पृष्ठ URL | https://github.com/yayesmilla/retro-calculator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Calculator", "description": "A retro-styled pop-up calculator", "version": "1.0.0.0", "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html", "default_title": "Retro Calculator" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "incognito": "spanning", "permissions": [] } |