Percent Change Calculator
Quick and simple way to calculate percent changes.
Percent Change Calculator là gì?
Percent Change Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://nicomiceli.com, và tính năng chính của nó là "Quick and simple way to calculate percent changes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Percent Change Calculator
Tải xuống các tệp mở rộng Percent Change Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Percent Change Calculator |
ID | afknfpdgpnhpbdcdnknlmbcddhfemdeb |
URL Chính Thức | https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb |
Mô tả | Quick and simple way to calculate percent changes. |
Kích Thước Tệp | 578 KB |
Số Lần Cài Đặt | 1,729 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2014-02-09 |
Ngày Phát Hành | 2014-02-09 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://nicomiceli.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://nicomiceli.com/percent-change-calculator/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |