1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
什么是1-Line?
1-Line是由polu.stanislas开发的Chrome扩展程序,该扩展的主要功能是“SuperCharged Viral Charity Incentive through Email Signature Donation”。
扩展截图
下载1-Line扩展crx文件
下载1-Line扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature. 扩展基本信息
| 名称 | |
| ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
| 官方URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
| 简介 | SuperCharged Viral Charity Incentive through Email Signature Donation |
| 文件大小 | 48.12 KB |
| 安装次数 | 232 |
| 当前版本 | 1.0 |
| 更新时间 | 2012-05-21 |
| 上架时间 | 2012-05-21 |
| 评分 | 4.00/5 共30次评分 |
| 开发者 | polu.stanislas |
| 付费类型 | free |
| 扩展官网 | http://1-line.org |
| 帮助页面URL | http://1-line.org/support_chrome |
| 支持的语言 | 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"
}
} | |