1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Hvad er 1-Line?
1-Line er en Chrome-udvidelse udviklet af polu.stanislas, og dens hovedfunktion er "SuperCharged Viral Charity Incentive through Email Signature Donation".
Udvidelsesskærmbilleder
Download 1-Line-udvidelses-CRX-fil
Download 1-Line-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Grundlæggende oplysninger om udvidelsen
Navn | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
Officiel URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Beskrivelse | SuperCharged Viral Charity Incentive through Email Signature Donation |
Filstørrelse | 48.12 KB |
Antal Installationer | 232 |
Nuværende Version | 1.0 |
Senest Opdateret | 2012-05-21 |
Udgivelsesdato | 2012-05-21 |
Bedømmelse | 4.00/5 Samlet 30 Bedømmelser |
Udvikler | polu.stanislas |
Betalingsmetode | free |
Udvidelseswebsted | http://1-line.org |
Hjælpeside-URL | http://1-line.org/support_chrome |
Understøttede Sprog | 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" } } |