GoodRelations Currency Converter

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

Qu'est-ce que GoodRelations Currency Converter ?

GoodRelations Currency Converter est une extension Chrome développée par http://blog.tomayac.com, et sa fonction principale est "This extension converts foreign currencies found in GoodRelations mark-up.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GoodRelations Currency Converter

Téléchargez les fichiers d'extension GoodRelations Currency Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GoodRelations Currency Converter GoodRelations Currency Converter
ID nndndkmonaojkllhllgkhfagiakahnki
URL Officiel https://chrome.google.com/webstore/detail/nndndkmonaojkllhllgkhfagiakahnki
Description This extension converts foreign currencies found in GoodRelations mark-up.
Taille du Fichier 41.18 KB
Nombre d'Installations 46
Version Actuelle 0.2.3
Dernière Mise à Jour 2020-11-30
Date de Publication 2013-11-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://blog.tomayac.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blog.tomayac.com/
URL de la Page d'Aide http://twitter.com/tomayac
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/tomayac/blogccasion/master/privacy-policy.txt
Langues Prises en Charge 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"
    }
}