Add to Pinry
Pins images from current page to a Pinry installation.
O que é Add to Pinry?
Add to Pinry é uma extensão do Chrome desenvolvida por lapo, e sua principal característica é "Pins images from current page to a Pinry installation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add to Pinry
Baixe arquivos de extensão Add to Pinry 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
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Informações Básicas da Extensão
Nome | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
URL Oficial | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Descrição | Pins images from current page to a Pinry installation. |
Tamanho do Arquivo | 9.61 KB |
Contagem de Instalações | 780 |
Versão Atual | 0.2.1 |
Última Atualização | 2020-06-29 |
Data de Publicação | 2020-06-29 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | lapo |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lapo-luchini/browser-pinry |
URL da Página de Ajuda | https://github.com/lapo-luchini/browser-pinry/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pinry", "version": "0.2.1", "description": "Pins images from current page to a Pinry installation.", "manifest_version": 2, "icons": { "48": "ico-48.png", "128": "ico-128.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "ico-128.png", "default_title": "Add to Pinry" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "browser_style": true, "chrome_style": true } } |