1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Cos'è 1-Line?
1-Line è un'estensione di Chrome sviluppata da polu.stanislas, e la sua funzione principale è "SuperCharged Viral Charity Incentive through Email Signature Donation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 1-Line
Scarica i file di estensione 1-Line in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Informazioni di Base sull'Estensione
Nome | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
URL Ufficiale | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Descrizione | SuperCharged Viral Charity Incentive through Email Signature Donation |
Dimensione del File | 48.12 KB |
Conteggio Installazioni | 232 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-05-21 |
Data di Pubblicazione | 2012-05-21 |
Valutazione | 4.00/5 Totale 30 Valutazioni |
Sviluppatore | polu.stanislas |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://1-line.org |
URL della Pagina di Aiuto | http://1-line.org/support_chrome |
Lingue Supportate | 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" } } |