Tabbr
Raise money for environmental charities with every browser tab you open!
Tabbr란 무엇입니까?
Tabbr은(는) https://tabbr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raise money for environmental charities with every browser tab you open!"입니다.
확장 프로그램 스크린샷
Tabbr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The average American releases 15.5 tons of CO2 into the atmosphere per year. But, what if you could make that number instantly drop down to 0, in just two clicks? And, what if you got PAID in the process of this all? These are the questions we asked ourselves when we first started Tabbr - the free Chrome Extension that does all of that. If this sounds too good to be true, read on! Our Chrome Extension is stupidly simple. With every new tab you open, instead of seeing the boring old Google screen, you'll see Tabbr, along with some unobtrusive ads on the bottom corner of the screen. With each website you search, question for google, or new tab opened, you'll be making a tiny amount of money with the ads! Our finances are, surprisingly, super simple. From the tabs you open, Tabbr keeps 10% (most of which goes back into marketing), you personally keep 10%, and the other 80% (wow!) goes directly to our hand-picked charities, including One Tree Planted and The Clean Air Task Force. By now, you can see our vision and how truly simple this project really is. Think about it - if every person in the world installed Tabbr, our global CO2 emissions would drop to 0. Crazy! If you like the idea of helping your planet (and your wallet), take the two-clicks and install our free extension now. It'll be worth it - we promise!
확장 프로그램 기본 정보
이름 | Tabbr |
ID | kgjhgemophffpkcccglpafoeldmapenb |
공식 URL | https://chromewebstore.google.com/detail/tabbr/kgjhgemophffpkcccglpafoeldmapenb |
설명 | Raise money for environmental charities with every browser tab you open! |
파일 크기 | 18.8 KB |
설치 횟수 | 18 |
현재 버전 | 7.0 |
최근 업데이트 | 2022-11-14 |
출시 날짜 | 2022-10-08 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | https://tabbr.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tabbr.org/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabbr", "description": "Raise money for environmental charities with every browser tab you open!", "version": "7.0", "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup_url": "https:\/\/tabbr.org", "default_title": "Tabbr" }, "permissions": [ "storage", "file:\/\/\/*" ], "manifest_version": 3 } |