Currency Converter PRO
Currency converter for Google Chrome fast and easy to use.
Currency Converter PRO là gì?
Currency Converter PRO là một tiện ích mở rộng Chrome được phát triển bởi Aiescha Reimers, và tính năng chính của nó là "Currency converter for Google Chrome fast and easy to use.".
Ả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 Currency Converter PRO
Tải xuống các tệp mở rộng Currency Converter PRO 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
Why use a currency converter? Use this free currency converter to calculate currencies and exchange rates in real time, you can use it in travel planning, trade the forex market, stock exchange, and even with binary options to convert currencies from anywhere in the world. Exchange rates fluctuate constantly throughout the week as currencies are actively traded. This pushes the price up and down, similar to other assets such as gold or stocks. The market price of a currency – how many U.S. dollars it takes to buy a Canadian dollar for example – is different than the rate you will receive from your bank when you exchange currency. Here's how exchange rates work, and how to figure out if you are getting a good deal. Currency converters aim to maintain real-time information on current market or bank exchange rates, so that the calculated result changes whenever the value of either of the component currencies does. They do so by connecting to a database of current currency exchange rates. The frequency at which currency converters update the exchange rates they use varies. Currency converters usually display a value that is not biased towards buying or selling. This is useful when estimating the value of goods or services, basic accounting and invoicing and preparing financial plans and reports. This converter uses the BCE API: The reference rates are usually updated around 16:00 CET on every working day, except on TARGET closing days. They are based on a regular daily concertation procedure between central banks across Europe, which normally takes place at 14:15 CET. Version 3.07: Add the feature to share the exchange rate for the day on socials: LinkedIn, Twitter, in addition to Facebook, automatically share the exchange rate on the newsfeed through the easy post api. Important features: ✓ Open in a popup in Google Chrome. ✓ It's completely free. ✓ No ads. ✓ Simple design inspired by material design. ✓ Does not require special permissions. ✓ Converts all the currencies at once. ✓ 2 different design themes, light or dark. ✓ You can change and edit the keyboard shortcut or quick command. Default keyboard shortcut to open extension: Alt + W in chromeos. Alt + W in windows. ⌥ + W in macOS. Alt + W in linux.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dkpedpjjafnceedhomeijlphmjbblmdj |
URL Chính Thức | https://chromewebstore.google.com/detail/currency-converter-pro/dkpedpjjafnceedhomeijlphmjbblmdj |
Mô tả | Currency converter for Google Chrome fast and easy to use. |
Kích Thước Tệp | 609 KB |
Số Lần Cài Đặt | 111,089 |
Phiên Bản Hiện Tại | 3.12 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2020-01-29 |
Đánh Giá | 4.62/5 Tổng số 2425 Đánh Giá |
Nhà Phát Triển | Aiescha Reimers |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/prprivacy-policy-for-currency/home |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Currency Converter PRO", "version": "3.12", "default_locale": "en", "description": "Currency converter for Google Chrome fast and easy to use.", "background": { "service_worker": "js\/background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/content-script.bundle.js" ] } ], "icons": { "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W", "chromeos": "Alt+W", "linux": "Alt+W", "mac": "Alt+W", "windows": "Alt+W" } } } } |