Pinterest Palooza
Click Pin's thumbnail image to visit source website! Easy peasy!
O que é Pinterest Palooza?
Pinterest Palooza é uma extensão do Chrome desenvolvida por ifugu, e sua principal característica é "Click Pin's thumbnail image to visit source website! Easy peasy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pinterest Palooza
Baixe arquivos de extensão Pinterest Palooza 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
Read a Pin's source web page with a single click! Pinterest Palooza makes clicking a Pin's thumbnail image take you to the source website immediately! A button is also added to each Pin for visiting the Pin's detail page. Tip: Hold down the CTRL key when clicking the Pin thumbnail image to stay on Pinterest while your Pin's page opens in a new browser tab. This allows you to queue up several pages to read without waiting around for them to open.
Informações Básicas da Extensão
Nome | Pinterest Palooza |
ID | abbppfcokpiknbdhocmbjnngkkkckepp |
URL Oficial | https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp |
Descrição | Click Pin's thumbnail image to visit source website! Easy peasy! |
Tamanho do Arquivo | 20.06 KB |
Contagem de Instalações | 747 |
Versão Atual | 1.1.4 |
Última Atualização | 2016-03-31 |
Data de Publicação | 2016-03-31 |
Classificação | 3.00/5 Total de 7 Avaliações |
Desenvolvedor | ifugu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://halfduplex.us/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "pinterest-direct.user.js" ], "matches": [ "http:\/\/*.pinterest.com\/*", "https:\/\/*.pinterest.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Click Pin's thumbnail image to visit source website! Easy peasy!", "name": "Pinterest Palooza", "short_name": "PinPalooza", "version": "1.1.4", "author": "Corey Meredith", "homepage_url": "http:\/\/halfduplex.us\/" } |