Percent Change Calculator
Quick and simple way to calculate percent changes.
Percent Change Calculator क्या है?
Percent Change Calculator https://nicomiceli.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick and simple way to calculate percent changes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Percent Change Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Percent Change Calculator lets you easily calculate percentages in only one step and without having to use any formulas. I built this extension to help me and my team with quick calculations during reporting and other times we need to compare traffic or other metrics. There are no bells or whistles in this app. It's lightweight and just calculates percentages in the three most common ways. The interface is written in regular English so it is not complicated trying to figure out where to put the different numbers. For example, below are calculations it accepts: The percent change from 10 to 15 is 50% 10% of 100 of 10 10 is 10% of 100 Feedback is always appreciated! You can reach out to me on twitter @nicomiceli or Gplus Google.com/+NicoMiceli
एक्सटेंशन की मूल जानकारी
नाम | Percent Change Calculator |
ID | afknfpdgpnhpbdcdnknlmbcddhfemdeb |
आधिकारिक URL | https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb |
विवरण | Quick and simple way to calculate percent changes. |
फ़ाइल का आकार | 578 KB |
स्थापना संख्या | 1,729 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2014-02-09 |
प्रकाशन तिथि | 2014-02-09 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://nicomiceli.com |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://nicomiceli.com/percent-change-calculator/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Percent Change Calculator", "version": "0.0.3", "description": "Quick and simple way to calculate percent changes.", "browser_action": { "default_title": "Calculate Some Percentages!", "default_icon": "img\/percent-change-icon19.png", "default_popup": "popup.html" }, "icons": { "48": "img\/percent-change-icon48.png", "128": "img\/percent-change-icon128.png" }, "author": "@NicoMiceli", "permissions": [ "storage" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |