1-Line

SuperCharged Viral Charity Incentive through Email Signature Donation

1-Lineคืออะไร?

1-Line เป็นส่วนขยายของ Chrome ที่พัฒนาโดย polu.stanislas และคุณลักษณะหลักของมันคือ "SuperCharged Viral Charity Incentive through Email Signature Donation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1-Line

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}