1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Wat is 1-Line?
1-Line is een Chrome-extensie ontwikkeld door polu.stanislas, en de belangrijkste functie is "SuperCharged Viral Charity Incentive through Email Signature Donation".
Extensie Screenshots
Download het CRX-bestand van de extensie 1-Line
Download 1-Line-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
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Basisinformatie over de Extensie
Naam | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
Officiële URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Beschrijving | SuperCharged Viral Charity Incentive through Email Signature Donation |
Bestandsgrootte | 48.12 KB |
Aantal Installaties | 232 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-05-21 |
Publicatiedatum | 2012-05-21 |
Beoordeling | 4.00/5 Totaal 30 Beoordelingen |
Ontwikkelaar | polu.stanislas |
Betalingswijze | free |
Extensiewebsite | http://1-line.org |
Help Pagina-URL | http://1-line.org/support_chrome |
Ondersteunde Talen | 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" } } |