Better Pin It
Better Pinterest PinIt extension with context menu
Cos'è Better Pin It?
Better Pin It è un'estensione di Chrome sviluppata da Dennis Hildenbrand, e la sua funzione principale è "Better Pinterest PinIt extension with context menu".
Scarica il file CRX dell'estensione Better Pin It
Scarica i file di estensione Better Pin It 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
Allows you to pin images from every page either through the task bar icon or from the context menu.
Informazioni di Base sull'Estensione
Nome | |
ID | dogjgmhpdaaibbnidlejhkgnmcknfekl |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl |
Descrizione | Better Pinterest PinIt extension with context menu |
Dimensione del File | 26.49 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-01-26 |
Data di Pubblicazione | 2014-01-26 |
Valutazione | 3.89/5 Totale 9 Valutazioni |
Sviluppatore | Dennis Hildenbrand |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Pin It", "description": "Better Pinterest PinIt extension with context menu", "version": "1.0", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js", "context.js" ] }, "browser_action": { "default_title": "Pin It", "default_icon": { "19": "pinterest_19.png", "38": "pinterest_38.png" } }, "icons": { "16": "pinterest_16.png", "48": "pinterest_48.png", "128": "pinterest_128.png" } } |