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
Eメール [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"
    }
}