Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
O que é Inline Pinterest?
Inline Pinterest é uma extensão do Chrome desenvolvida por adityajung, e sua principal característica é "Adds an inline Pinterest Pin button to all images viewed in Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Inline Pinterest
Baixe arquivos de extensão Inline Pinterest 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
Informações Básicas da Extensão
Nome | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
URL Oficial | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
Descrição | Adds an inline Pinterest Pin button to all images viewed in Chrome |
Tamanho do Arquivo | 3.53 KB |
Contagem de Instalações | 233 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-25 |
Data de Publicação | 2014-01-25 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | adityajung |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Pinterest", "version": "1.0", "manifest_version": 2, "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "pinterestinline.js" ] } ] } |