GoodRelations Currency Converter

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

什么是GoodRelations Currency Converter?

GoodRelations Currency Converter是由http://blog.tomayac.com开发的Chrome扩展程序,该扩展的主要功能是“This extension converts foreign currencies found in GoodRelations mark-up.”。

扩展截图

screenshot

下载GoodRelations Currency Converter扩展crx文件

下载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"
    }
}