Alpha Coders

Submit Images To AlphaCoders.com

Wat is Alpha Coders?

Alpha Coders is een Chrome-extensie ontwikkeld door https://alphacoders.com, en de belangrijkste functie is "Submit Images To AlphaCoders.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alpha Coders

Download Alpha Coders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Alpha Coders Alpha Coders
ID pkoknngokglpiddiiknimhkiajnpbknb
Officiële URL https://chromewebstore.google.com/detail/alpha-coders/pkoknngokglpiddiiknimhkiajnpbknb
Beschrijving Submit Images To AlphaCoders.com
Bestandsgrootte 114 KB
Aantal Installaties 191
Huidige Versie 0.7.4
Laatst Bijgewerkt 2019-12-30
Publicatiedatum 2019-12-30
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://alphacoders.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alphacoders.com
Ondersteunde Talen 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
}