GoodRelations Currency Converter

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

Τι είναι το GoodRelations Currency Converter;

Το GoodRelations Currency Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://blog.tomayac.com, και η κύρια λειτουργία του είναι "This extension converts foreign currencies found in GoodRelations mark-up.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GoodRelations Currency Converter

Λήψη αρχείων επέκτασης GoodRelations Currency Converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GoodRelations Currency Converter GoodRelations Currency Converter
ID nndndkmonaojkllhllgkhfagiakahnki
Επίσημο URL https://chrome.google.com/webstore/detail/nndndkmonaojkllhllgkhfagiakahnki
Περιγραφή This extension converts foreign currencies found in GoodRelations mark-up.
Μέγεθος Αρχείου 41.18 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2020-11-30
Ημερομηνία Δημοσίευσης 2013-11-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://blog.tomayac.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://blog.tomayac.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://twitter.com/tomayac
URL της Σελίδας Πολιτικής Απορρήτου https://raw.githubusercontent.com/tomayac/blogccasion/master/privacy-policy.txt
Υποστηριζόμενες Γλώσσες 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"
    }
}