GoodRelations Currency Converter

This extension converts foreign currencies found in GoodRelations mark-up.

¿Qué es GoodRelations Currency Converter?

GoodRelations Currency Converter es una extensión de Chrome desarrollada por http://blog.tomayac.com, y su función principal es "This extension converts foreign currencies found in GoodRelations mark-up.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GoodRelations Currency Converter

Descarga archivos de extensión GoodRelations Currency Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is based on the RDFa API as published by the RDFa Working Group at http://www.w3.org/TR/rdfa-api/. The author is not affiliated with the Working Group. An Amazon affiliate cookie gets dropped when the user clicks a search link. The Amazon brand name is property of Amazon.com. The GoodRelations brand name is property of Martin Hepp. In addition to that the extension in the present free version rewrites links to Amazon.com to contain an Amazon associate tag if there is not already another associate tag available. The Amazon brand name is property of Amazon.com. This extension is not associated with or sponsored by the trademark owner.

Changelog:
========
* 0.2.1:
- Initial release                    

Información Básica de la Extensión

Nombre GoodRelations Currency Converter GoodRelations Currency Converter
ID nndndkmonaojkllhllgkhfagiakahnki
URL Oficial https://chrome.google.com/webstore/detail/nndndkmonaojkllhllgkhfagiakahnki
Descripción This extension converts foreign currencies found in GoodRelations mark-up.
Tamaño del Archivo 41.18 KB
Cantidad de Instalaciones 46
Versión Actual 0.2.3
Última Actualización 2020-11-30
Fecha de Publicación 2013-11-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://blog.tomayac.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://blog.tomayac.com/
URL de la Página de Ayuda http://twitter.com/tomayac
URL de la Página de Política de Privacidad https://raw.githubusercontent.com/tomayac/blogccasion/master/privacy-policy.txt
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "0.2.3",
    "default_locale": "en_US",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "linkeddataapi.js",
                "amazon.js",
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Creative Commons Laser Highlighter",
        "default_icon": "icon.png",
        "popup": "popup.html"
    }
}