Dribbble Shot Zoom
See the full size shot without opening it
¿Qué es Dribbble Shot Zoom?
Dribbble Shot Zoom es una extensión de Chrome desarrollada por Zviad Sichinava, y su función principal es "See the full size shot without opening it".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dribbble Shot Zoom
Descarga archivos de extensión Dribbble Shot Zoom en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
URL Oficial | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
Descripción | See the full size shot without opening it |
Tamaño del Archivo | 279 KB |
Cantidad de Instalaciones | 116 |
Versión Actual | 1 |
Última Actualización | 2017-01-22 |
Fecha de Publicación | 2017-01-22 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | Zviad Sichinava |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |