Context Currency Converter
This extension allows you to convert currencies from your context menu.
Wat is Context Currency Converter?
Context Currency Converter is een Chrome-extensie ontwikkeld door polivka.pavel, en de belangrijkste functie is "This extension allows you to convert currencies from your context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Context Currency Converter
Download Context Currency Converter-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
The best currency converter out there.
Basisinformatie over de Extensie
Naam | |
ID | jnoakmgpnhbbjmojgbkhiihnelpobmkf |
Officiële URL | https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf |
Beschrijving | This extension allows you to convert currencies from your context menu. |
Bestandsgrootte | 177 KB |
Aantal Installaties | 426 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-08 |
Publicatiedatum | 2013-09-08 |
Beoordeling | 4.08/5 Totaal 24 Beoordelingen |
Ontwikkelaar | polivka.pavel |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Currency Converter", "description": "This extension allows you to convert currencies from your context menu.", "version": "1.0", "background": { "scripts": [ "back.js" ] }, "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "browser_action": { "default_icon": "icon19.png", "default_title": "Currency Converter", "default_popup": "popup.html" }, "author": "[email protected]", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |