Add to Pinry
Pins images from current page to a Pinry installation.
Cos'è Add to Pinry?
Add to Pinry è un'estensione di Chrome sviluppata da lapo, e la sua funzione principale è "Pins images from current page to a Pinry installation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to Pinry
Scarica i file di estensione Add to Pinry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Informazioni di Base sull'Estensione
Nome | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
URL Ufficiale | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Descrizione | Pins images from current page to a Pinry installation. |
Dimensione del File | 9.61 KB |
Conteggio Installazioni | 780 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2020-06-29 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | lapo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lapo-luchini/browser-pinry |
URL della Pagina di Aiuto | https://github.com/lapo-luchini/browser-pinry/issues |
Lingue Supportate | 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 } } |