Armenian Dram - Rates.am

Retrieves Armenian Dram currency exchange rate data from rates.am

What is Armenian Dram - Rates.am?

Armenian Dram - Rates.am is a Chrome extension developed by dorina, and its main feature is "Retrieves Armenian Dram currency exchange rate data from rates.am".

Extension Screenshots

screenshot
screenshot

Download Armenian Dram - Rates.am Extension CRX File

Download Armenian Dram - Rates.am 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

                        Հայկական դրամի բոլոր փոխարժեքները (rate.am)                    

Extension Basic Information

Name Armenian Dram - Rates.am Armenian Dram - Rates.am
ID iobdbfeabimfefbchgbhigdamijnliik
Official URL https://chromewebstore.google.com/detail/armenian-dram-ratesam/iobdbfeabimfefbchgbhigdamijnliik
Description Retrieves Armenian Dram currency exchange rate data from rates.am
File Size 115 KB
Installation Count 79
Current Version 0.5
Last Updated 2015-02-21
Publish Date 2015-02-21
Rating 4.57/5 Total 7 Ratings
Developer dorina
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Armenian Dram - Rates.am",
    "description": "Retrieves Armenian Dram currency exchange rate data from rates.am",
    "version": "0.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/mootools.js",
            "js\/LocalStorage.js",
            "js\/underscore.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/rates.am\/en\/armenian-dram-exchange-rates\/banks\/non-cash",
        "http:\/\/rates.am\/en\/armenian-dram-exchange-rates\/exchange-points\/cash",
        "storage"
    ]
}