Alpha Coders
Submit Images To AlphaCoders.com
What is Alpha Coders?
Alpha Coders is a Chrome extension developed by https://alphacoders.com, and its main feature is "Submit Images To AlphaCoders.com".
Extension Screenshots
Download Alpha Coders Extension CRX File
Download Alpha Coders 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
Submit to AlphaCoders.com faster and easier than ever before! Simply right click on an image, and select the website you want to send the image to.
Extension Basic Information
Name | |
ID | pkoknngokglpiddiiknimhkiajnpbknb |
Official URL | https://chromewebstore.google.com/detail/alpha-coders/pkoknngokglpiddiiknimhkiajnpbknb |
Description | Submit Images To AlphaCoders.com |
File Size | 114 KB |
Installation Count | 191 |
Current Version | 0.7.4 |
Last Updated | 2019-12-30 |
Publish Date | 2019-12-30 |
Rating | 4.00/5 Total 7 Ratings |
Developer | https://alphacoders.com |
[email protected] | |
Payment Type | free |
Extension Website | https://alphacoders.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alpha Coders", "description": "Submit Images To AlphaCoders.com", "version": "0.7.4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "alphacoders.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |