2coin
Конвертер валют
Wat is 2coin?
2coin is een Chrome-extensie ontwikkeld door PiraSV, en de belangrijkste functie is "Конвертер валют".
Extensie Screenshots
Download het CRX-bestand van de extensie 2coin
Download 2coin-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
Удобный и быстрый конвертер валют. Fast currency converter.
Basisinformatie over de Extensie
Naam | 2coin |
ID | abfcnaclmgkipffdebadmojcdjdepcdf |
Officiële URL | https://chromewebstore.google.com/detail/2coin/abfcnaclmgkipffdebadmojcdjdepcdf |
Beschrijving | Конвертер валют |
Bestandsgrootte | 89.42 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-06-14 |
Publicatiedatum | 2013-04-06 |
Beoordeling | 3.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | PiraSV |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "128.png", "default_popup": "popup.html", "default_title": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440 \u0432\u0430\u043b\u044e\u0442", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "2coin", "permissions": [ "https:\/\/*\/*", "contextMenus" ], "version": "1.0.2" } |