Alphacoders Image Previewer
alphacoders fast image previewer
What is Alphacoders Image Previewer?
Alphacoders Image Previewer is a Chrome extension developed by Guja1501, and its main feature is "alphacoders fast image previewer".
Download Alphacoders Image Previewer Extension CRX File
Download Alphacoders Image Previewer 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
In http://wall.alphacoders.com/ we will be able to see image with full size without reload website. It's just image previewer.
Extension Basic Information
Name | |
ID | pdgcdigokeifcekoimfaibamccnfejgp |
Official URL | https://chrome.google.com/webstore/detail/alphacoders-image-preview/pdgcdigokeifcekoimfaibamccnfejgp |
Description | alphacoders fast image previewer |
File Size | 47.02 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2015-05-17 |
Publish Date | 2015-05-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Guja1501 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alphacoders Image Previewer", "short_name": "AIP", "description": "alphacoders fast image previewer", "version": "1.0", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.alphacoders.com\/*" ] } ], "icons": { "32": "icon128.png", "64": "icon128.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.alphacoders.com\/*" ], "web_accessible_resources": [], "manifest_version": 2 } |