Penguin's Pinterest Downloader
Download an Pinterest Pin
O que é Penguin's Pinterest Downloader?
Penguin's Pinterest Downloader é uma extensão do Chrome desenvolvida por quarbby, e sua principal característica é "Download an Pinterest Pin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Penguin's Pinterest Downloader
Baixe arquivos de extensão Penguin's Pinterest Downloader 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
Download Pinterest Pins to your browser in a click!
Informações Básicas da Extensão
Nome | |
ID | ejnpbbnegekheffpbkhljmllegglapfh |
URL Oficial | https://chrome.google.com/webstore/detail/penguins-pinterest-downlo/ejnpbbnegekheffpbkhljmllegglapfh |
Descrição | Download an Pinterest Pin |
Tamanho do Arquivo | 78.97 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.2 |
Última Atualização | 2015-05-09 |
Data de Publicação | 2015-05-09 |
Classificação | 1.94/5 Total de 16 Avaliações |
Desenvolvedor | quarbby |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Penguin's Pinterest Downloader", "short_name": "Penguin Pins", "description": "Download an Pinterest Pin", "icons": { "128": "logo.png" }, "version": "1.2", "browser_action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Pinterest Downloader" }, "content_security_policy": "script-src 'self' https:\/\/api.pinterest.com\/; object-src 'self'", "permissions": [ "activeTab", "tabs", "https:\/\/www.pinterest.com\/pin\/*\/", "http:\/\/*\/" ] } |