Dolar hoy 🇦🇷 - MAAS
Pequeña y poderosa extensión para obtener el valor del dolar blue y el dolar oficial del dia.
什么是Dolar hoy 🇦🇷 - MAAS?
Dolar hoy 🇦🇷 - MAAS是由Marcelo Agoston开发的Chrome扩展程序,该扩展的主要功能是“Pequeña y poderosa extensión para obtener el valor del dolar blue y el dolar oficial del dia.”。
扩展截图
下载Dolar hoy 🇦🇷 - MAAS扩展crx文件
下载Dolar hoy 🇦🇷 - MAAS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Esta extensión te permite obtener la cotización del Dólar Oficial y del Dólar Blue en pesos Argentinos. Los datos son obtenidos de la API de DolarSi. 扩展基本信息
| 名称 | |
| ID | ejonpfjdjccalimidjknddjdgfeejcfp |
| 官方URL | https://chromewebstore.google.com/detail/dolar-hoy-%F0%9F%87%A6%F0%9F%87%B7-maas/ejonpfjdjccalimidjknddjdgfeejcfp |
| 简介 | Pequeña y poderosa extensión para obtener el valor del dolar blue y el dolar oficial del dia. |
| 文件大小 | 16.11 KB |
| 安装次数 | 58 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-07-30 |
| 上架时间 | 2022-07-29 |
| 开发者 | Marcelo Agoston |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dolar hoy \ud83c\udde6\ud83c\uddf7 - MAAS",
"description": "Peque\u00f1a y poderosa extensi\u00f3n para obtener el valor del dolar blue y el dolar oficial del dia.",
"version": "1.0.1",
"author": "M.A.A.S. - Marcelo Agoston",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/imagenes\/pig3.png",
"32": "\/imagenes\/pig3.png",
"48": "\/imagenes\/pig3.png",
"128": "\/imagenes\/pig3.png"
}
},
"icons": {
"16": "\/imagenes\/pig3.png",
"32": "\/imagenes\/pig3.png",
"48": "\/imagenes\/pig3.png",
"128": "\/imagenes\/pig3.png"
}
} | |