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.
拡張機能の基本情報
名前 | 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" } } |