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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 1-Line 1-Line
ID nbohjbehnnggbmibmdcdnfekjmobohlf
官方網址 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"
    }
}