Dribbble Shot Zoom
See the full size shot without opening it
What is Dribbble Shot Zoom?
Dribbble Shot Zoom is a Chrome extension developed by Zviad Sichinava, and its main feature is "See the full size shot without opening it".
Extension Screenshots
Download Dribbble Shot Zoom Extension CRX File
Download Dribbble Shot Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
Official URL | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
Description | See the full size shot without opening it |
File Size | 279 KB |
Installation Count | 116 |
Current Version | 1 |
Last Updated | 2017-01-22 |
Publish Date | 2017-01-22 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Zviad Sichinava |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |