CrunchKey
Chrome plugin to calculate expression strings realtime
CrunchKey क्या है?
CrunchKey Aaron Turner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome plugin to calculate expression strings realtime"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CrunchKey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CrunchKey is a simple text calculator that works with a press of a key, and gives your answer INSTANTLY. Built with both developers and users in mind, It strives to be a calculator that will save time editing, solving, and calculating any number crunching. Simply enter a statement and have you answer shown to you real time as it is entered. Crunchkey supports: Parantheses, Exponents, Roots (Nth Rooths), Multiplication, Division, Modulo (Remainders), Additon, and Subtraction And CrunchKey offers a Key so it can be understood at a glance.
एक्सटेंशन की मूल जानकारी
नाम | CrunchKey |
ID | dcdjcligfkkgogbgafjeicfmpjgcinfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa |
विवरण | Chrome plugin to calculate expression strings realtime |
फ़ाइल का आकार | 30.03 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2015-12-25 |
प्रकाशन तिथि | 2015-12-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Aaron Turner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/CrunchKey16.png", "19": "images\/CrunchKey19.png", "48": "images\/CrunchKey48.png", "128": "images\/CrunchKey128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "19": "images\/CrunchKey19.png", "48": "images\/CrunchKey48.png" }, "default_title": "CrunchKey", "default_popup": "popup.html" } } |