2coin
Конвертер валют
What is 2coin?
2coin is a Chrome extension developed by PiraSV, and its main feature is "Конвертер валют".
Extension Screenshots
Download 2coin Extension CRX File
Download 2coin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Удобный и быстрый конвертер валют. Fast currency converter.
Extension Basic Information
Name | 2coin |
ID | abfcnaclmgkipffdebadmojcdjdepcdf |
Official URL | https://chromewebstore.google.com/detail/2coin/abfcnaclmgkipffdebadmojcdjdepcdf |
Description | Конвертер валют |
File Size | 89.42 KB |
Installation Count | 16 |
Current Version | 1.0.2 |
Last Updated | 2021-06-14 |
Publish Date | 2013-04-06 |
Rating | 3.13/5 Total 8 Ratings |
Developer | PiraSV |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |