1-Line

SuperCharged Viral Charity Incentive through Email Signature Donation

Qu'est-ce que 1-Line ?

1-Line est une extension Chrome développée par polu.stanislas, et sa fonction principale est "SuperCharged Viral Charity Incentive through Email Signature Donation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 1-Line

Téléchargez les fichiers d'extension 1-Line au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.                    

Informations de Base sur l'Extension

Nom 1-Line 1-Line
ID nbohjbehnnggbmibmdcdnfekjmobohlf
URL Officiel https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf
Description SuperCharged Viral Charity Incentive through Email Signature Donation
Taille du Fichier 48.12 KB
Nombre d'Installations 232
Version Actuelle 1.0
Dernière Mise à Jour 2012-05-21
Date de Publication 2012-05-21
Évaluation 4.00/5 Total 30 Évaluations
Développeur polu.stanislas
Type de Paiement free
Site Web de l'Extension http://1-line.org
URL de la Page d'Aide http://1-line.org/support_chrome
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Line",
    "version": "1.0",
    "manifest_version": 2,
    "description": "SuperCharged Viral Charity Incentive through Email Signature Donation",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "js\/lib\/jquery-1.7.2.min.js",
                "js\/l1.js",
                "js\/gmail\/gmail.js"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    }
}