1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Apa itu 1-Line?
1-Line adalah ekstensi Chrome yang dikembangkan oleh polu.stanislas, dan fitur utamanya adalah "SuperCharged Viral Charity Incentive through Email Signature Donation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 1-Line
Unduh file ekstensi 1-Line dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Informasi Dasar Ekstensi
Nama | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
URL Resmi | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Deskripsi | SuperCharged Viral Charity Incentive through Email Signature Donation |
Ukuran File | 48.12 KB |
Jumlah Instalasi | 232 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-05-21 |
Tanggal Publikasi | 2012-05-21 |
Penilaian | 4.00/5 Total 30 Penilaian |
Pengembang | polu.stanislas |
Tipe Pembayaran | free |
Situs Ekstensi | http://1-line.org |
URL Halaman Bantuan | http://1-line.org/support_chrome |
Bahasa yang Didukung | 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" } } |