1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Co to jest 1-Line?
1-Line to rozszerzenie Chrome opracowane przez polu.stanislas, a jego główną funkcją jest „SuperCharged Viral Charity Incentive through Email Signature Donation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 1-Line
Pobierz pliki rozszerzeń 1-Line w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
| Oficjalny URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
| Opis | SuperCharged Viral Charity Incentive through Email Signature Donation |
| Rozmiar pliku | 48.12 KB |
| Liczba instalacji | 232 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2012-05-21 |
| Data Publikacji | 2012-05-21 |
| Ocena | 4.00/5 Łącznie 30 Oceny |
| Deweloper | polu.stanislas |
| Typ Płatności | free |
| Strona Rozszerzenia | http://1-line.org |
| Adres URL Strony Pomocy | http://1-line.org/support_chrome |
| Obsługiwane Języki | 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"
}
} | |