1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
What is 1-Line?
1-Line is a Chrome extension developed by polu.stanislas, and its main feature is "SuperCharged Viral Charity Incentive through Email Signature Donation".
Extension Screenshots
Download 1-Line Extension CRX File
Download 1-Line extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature. Extension Basic Information
| Name | |
| ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
| Official URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
| Description | SuperCharged Viral Charity Incentive through Email Signature Donation |
| File Size | 48.12 KB |
| Installation Count | 232 |
| Current Version | 1.0 |
| Last Updated | 2012-05-21 |
| Publish Date | 2012-05-21 |
| Rating | 4.00/5 Total 30 Ratings |
| Developer | polu.stanislas |
| Payment Type | free |
| Extension Website | http://1-line.org |
| Help Page URL | http://1-line.org/support_chrome |
| Supported Languages | 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"
}
} | |