Penguin's Pinterest Downloader
Download an Pinterest Pin
Cos'è Penguin's Pinterest Downloader?
Penguin's Pinterest Downloader è un'estensione di Chrome sviluppata da quarbby, e la sua funzione principale è "Download an Pinterest Pin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Penguin's Pinterest Downloader
Scarica i file di estensione Penguin's Pinterest Downloader 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
Download Pinterest Pins to your browser in a click!
Informazioni di Base sull'Estensione
Nome | |
ID | ejnpbbnegekheffpbkhljmllegglapfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/penguins-pinterest-downlo/ejnpbbnegekheffpbkhljmllegglapfh |
Descrizione | Download an Pinterest Pin |
Dimensione del File | 78.97 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-05-09 |
Data di Pubblicazione | 2015-05-09 |
Valutazione | 1.94/5 Totale 16 Valutazioni |
Sviluppatore | quarbby |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/" ] } |