Monocle
Monobank browser extension.
Wat is Monocle?
Monocle is een Chrome-extensie ontwikkeld door Enkot, en de belangrijkste functie is "Monobank browser extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Monocle
Download Monocle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Швидкий доступ до рахунку Monobank з браузера. ★ Інформація про баланс та рахунки ★ Доступ до виписки за останні 30 днів ★ Конвертер та курси валют ★ Сповіщення - в розробці :)
Basisinformatie over de Extensie
Naam | Monocle |
ID | inekneblgmfcilbjijnkpngldaebcbam |
Officiële URL | https://chromewebstore.google.com/detail/monocle/inekneblgmfcilbjijnkpngldaebcbam |
Beschrijving | Monobank browser extension. |
Bestandsgrootte | 938 KB |
Aantal Installaties | 196 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-07-28 |
Publicatiedatum | 2020-06-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Enkot |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://getmonocle.pp.ua |
Help Pagina-URL | https://github.com/enkot/monocle |
Ondersteunde Talen | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/getmonocle.pp.ua", "description": "__MSG_extDescription__", "default_locale": "uk", "permissions": [ "storage", "notifications", "background" ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "options_ui": { "page": "options.html", "browser_style": true }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'", "version": "0.1.1" } |