GoodRelations Currency Converter
This extension converts foreign currencies found in GoodRelations mark-up.
O que é GoodRelations Currency Converter?
GoodRelations Currency Converter é uma extensão do Chrome desenvolvida por http://blog.tomayac.com, e sua principal característica é "This extension converts foreign currencies found in GoodRelations mark-up.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GoodRelations Currency Converter
Baixe arquivos de extensão GoodRelations Currency Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | nndndkmonaojkllhllgkhfagiakahnki |
URL Oficial | https://chrome.google.com/webstore/detail/nndndkmonaojkllhllgkhfagiakahnki |
Descrição | This extension converts foreign currencies found in GoodRelations mark-up. |
Tamanho do Arquivo | 41.18 KB |
Contagem de Instalações | 46 |
Versão Atual | 0.2.3 |
Última Atualização | 2020-11-30 |
Data de Publicação | 2013-11-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://blog.tomayac.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://blog.tomayac.com/ |
URL da Página de Ajuda | http://twitter.com/tomayac |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/tomayac/blogccasion/master/privacy-policy.txt |
Idiomas Suportados | 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" } } |