Dribbble Shot Zoom
See the full size shot without opening it
Cos'è Dribbble Shot Zoom?
Dribbble Shot Zoom è un'estensione di Chrome sviluppata da Zviad Sichinava, e la sua funzione principale è "See the full size shot without opening it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dribbble Shot Zoom
Scarica i file di estensione Dribbble Shot Zoom 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
See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.
Informazioni di Base sull'Estensione
Nome | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
URL Ufficiale | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
Descrizione | See the full size shot without opening it |
Dimensione del File | 279 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2017-01-22 |
Data di Pubblicazione | 2017-01-22 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Zviad Sichinava |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Shot Zoom", "author": "Zviad Sichinava", "description": "See the full size shot without opening it", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icons\/extension\/16x16.png", "48": "icons\/extension\/48x48.png", "128": "icons\/extension\/128x128.png" }, "web_accessible_resources": [ "loading.gif", "icons\/web\/icon-off.svg", "icons\/web\/icon-lg.svg", "icons\/web\/icon-sm.svg" ], "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*", "http:\/\/dribbble.com\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [ "main.css" ] } ] } |